Skip to content

Commit

Permalink
Fixed makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Corbin Phelps <[email protected]>
  • Loading branch information
Corbin Phelps committed Mar 18, 2022
1 parent 5d19f44 commit f2430bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,11 @@ bench:

.PHONY: check-fmt
check-fmt:
$(MAKE) for-all CMD="goimports -d ./ | diff -u /dev/null -"
goimports -d ./ | diff -u /dev/null -

.PHONY: fmt
fmt:
$(MAKE) for-all CMD="goimports -w ."
goimports -w .

.PHONY: tidy
tidy:
Expand Down

0 comments on commit f2430bc

Please sign in to comment.