makefile: fix make (#33)

This commit is contained in:
Federico Kunze
2021-05-21 06:24:53 -04:00
committed by GitHub
parent 293c5edfd0
commit 596373dc9d
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ ldflags := $(strip $(ldflags))
BUILD_FLAGS := -tags "$(build_tags)" -ldflags '$(ldflags)'
all: tools verify install
all: tools install
###############################################################################
### Build ###