summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpranomostro <pranomestro@gmail.com>2017-01-13 14:19:29 +0100
committerpranomostro <pranomestro@gmail.com>2017-01-13 14:19:29 +0100
commit958789bf7838df1a8f79f27a90652edc015f5724 (patch)
treeea884aba24f69e08acc61d6e0e134549496b8859 /Makefile
parent64cb0eb0f2623d3d476fff19c519aeeea27c0097 (diff)
Updated nodes and added .PHONY target to makefile.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 75fb613..767d8ab 100644
--- a/Makefile
+++ b/Makefile
@@ -62,3 +62,5 @@ uninstall:
clean:
@echo cleaning
@rm -f $(BIN) $(OBJ) $(LIB) util.a
+
+.PHONY: all binlib bin install uninstall clean