mirror of
https://github.com/jarun/nnn.git
synced 2025-03-29 09:36:36 +00:00
make target upx (https://upx.github.io/)
This commit is contained in:
parent
7b233c215c
commit
9f6808a35a
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -166,6 +166,10 @@ uninstall:
|
|||
strip: $(BIN)
|
||||
$(STRIP) $^
|
||||
|
||||
upx: $(BIN)
|
||||
$(STRIP) $^
|
||||
upx -qqq $^
|
||||
|
||||
static:
|
||||
# regular static binary
|
||||
make O_STATIC=1 strip
|
||||
|
|
Loading…
Add table
Reference in a new issue