From 373c921ca5fc50ee055a6588d141e053bc167894 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sat, 3 Nov 2018 11:45:36 +0530 Subject: [PATCH] Add blank target --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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