diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@  PROJECT_NAME := go-powerglot  BUILD_DIR := build -GOFLAGS := -ldflags "-s -w" -trimpath +GOFLAGS := -ldflags "-s -w" -trimpath -buildvcs=false  GO_BUILD := go build $(GOFLAGS)  .PHONY: all clean linux windows darwin tidy  |