aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 072bf33..383f984 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