diff options
author | pranomostro <pranomestro@gmail.com> | 2017-01-13 14:19:29 +0100 |
---|---|---|
committer | pranomostro <pranomestro@gmail.com> | 2017-01-13 14:19:29 +0100 |
commit | 958789bf7838df1a8f79f27a90652edc015f5724 (patch) | |
tree | ea884aba24f69e08acc61d6e0e134549496b8859 /Makefile | |
parent | 64cb0eb0f2623d3d476fff19c519aeeea27c0097 (diff) |
Updated nodes and added .PHONY target to makefile.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -62,3 +62,5 @@ uninstall: clean: @echo cleaning @rm -f $(BIN) $(OBJ) $(LIB) util.a + +.PHONY: all binlib bin install uninstall clean |