Skip to content

Commit

Permalink
makefile: test on make install seems sensible
Browse files Browse the repository at this point in the history
  • Loading branch information
azimut committed May 5, 2023
1 parent a41d37c commit dc44409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $(BINARIES): $(GO_FILES)
go build -v $(LDFLAGS) ./cmd/$@
ls -lh $@

install: $(BINARIES);
install: $(BINARIES) test
mv $(BINARIES) $(HOME)/go/bin/

clean: ; go clean -x ./...
Expand Down

0 comments on commit dc44409

Please sign in to comment.