diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -166,6 +166,10 @@ uninstall: strip: $(BIN) $(STRIP) $^ +upx: $(BIN) + $(STRIP) $^ + upx -qqq $^ + static: # regular static binary make O_STATIC=1 strip |
index : nnn.git | ||
forked from https://github.com/jarun/nnn | Tim Segers |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | Makefile | 4 |
@@ -166,6 +166,10 @@ uninstall: strip: $(BIN) $(STRIP) $^ +upx: $(BIN) + $(STRIP) $^ + upx -qqq $^ + static: # regular static binary make O_STATIC=1 strip |