Skip to content

Commit

Permalink
fixed makefile rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Shai Nagar committed Jun 16, 2021
1 parent 2f22573 commit a68ae32
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 @@ -31,7 +31,7 @@ PID := $(GOBUILD)/.$(PROJECTNAME).pid
# Make is verbose in Linux. Make it silent.
MAKEFLAGS += --silent

default: install lint format test compile
default: install lint format test build

install: go-get

Expand Down

0 comments on commit a68ae32

Please sign in to comment.