Skip to content

Commit

Permalink
Simplify build in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
grongor committed Sep 10, 2021
1 parent 47da59a commit d8fe9c4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ export GOBIN = $(BIN)

.PHONY: build
build:
for CMD in `ls cmd`; do \
go build ./cmd/$$CMD; \
done
go build ./cmd/...

.PHONY: check
check: lint test
Expand Down

0 comments on commit d8fe9c4

Please sign in to comment.