feat: Add option to compress output binary
diff --git a/Makefile b/Makefile index 00fc463cdcb8ff5c314f870a8c8ff76eb690f842..cba07640c64d9a96fa62cb9ab95a504d557afa5f 100644 --- a/Makefile +++ b/Makefile @@ -17,3 +17,6 @@ . install: build install -Dm755 $(OUT) $(BINDIR)/$(BIN) + +compress: build + upx --best --ultra-brute $(OUT)