diff options
Diffstat (limited to 'skate')
-rw-r--r-- | skate/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skate/Makefile b/skate/Makefile index a939401..0173636 100644 --- a/skate/Makefile +++ b/skate/Makefile @@ -16,6 +16,7 @@ all: generate $(TARGETS) %: cmd/%/main.go go build -ldflags="-s -w" -o $@ $< + # upx --brute $@ .PHONY: clean clean: |