aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-04-01 22:51:55 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-04-01 22:51:55 +0530
commit1653414039fdf9b8f2685ebb013bd929c3f9fc1c (patch)
tree01964ab6a916159baacec7b9c691e20946c477fd /Makefile
parentf2faa2ff128784d26b962a8199b5dafefb80d878 (diff)
downloadnnn-1653414039fdf9b8f2685ebb013bd929c3f9fc1c.tar.gz
Add more phony targets
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7b97a90..95994c9 100644
--- a/Makefile
+++ b/Makefile
@@ -58,4 +58,4 @@ dist:
clean:
$(RM) -f $(BIN) nnn-$(VERSION).tar.gz
-.PHONY: all debug install uninstall strip dist clean
+.PHONY: $(BIN) $(SRC) all debug install uninstall strip dist clean