diff --git a/Makefile b/Makefile index 072bf33c..383f9849 100644 --- a/Makefile +++ b/Makefile @@ -166,6 +166,10 @@ uninstall: strip: $(BIN) $(STRIP) $^ +upx: $(BIN) + $(STRIP) $^ + upx -qqq $^ + static: # regular static binary make O_STATIC=1 strip