aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 64c6e20..60fa49e 100644
--- a/Makefile
+++ b/Makefile
@@ -57,4 +57,6 @@ dist:
clean:
$(RM) -f $(BIN) nnn-$(VERSION).tar.gz
+skip: ;
+
.PHONY: $(BIN) $(SRC) all debug install uninstall strip dist clean