diff --git a/Makefile b/Makefile index 64c6e204..60fa49ef 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