aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 00fc463..cba0764 100644
--- a/Makefile
+++ b/Makefile
@@ -17,3 +17,6 @@ build:
install: build
install -Dm755 $(OUT) $(BINDIR)/$(BIN)
+
+compress: build
+ upx --best --ultra-brute $(OUT)