apkdoc @ f361e53f711fe207c6a67c81af4507363345ef3b

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