diff options
-rw-r--r-- | skate/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/skate/Makefile b/skate/Makefile index 0173636..46f45c2 100644 --- a/skate/Makefile +++ b/skate/Makefile @@ -15,8 +15,7 @@ all: generate $(TARGETS) go mod tidy %: cmd/%/main.go - go build -ldflags="-s -w" -o $@ $< - # upx --brute $@ + go build -ldflags="-s -w" -o $@ $< .PHONY: clean clean: |