diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2018-04-01 22:51:55 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2018-04-01 22:51:55 +0530 |
commit | 1653414039fdf9b8f2685ebb013bd929c3f9fc1c (patch) | |
tree | 01964ab6a916159baacec7b9c691e20946c477fd /Makefile | |
parent | f2faa2ff128784d26b962a8199b5dafefb80d878 (diff) | |
download | nnn-1653414039fdf9b8f2685ebb013bd929c3f9fc1c.tar.gz |
Add more phony targets
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |