From 958789bf7838df1a8f79f27a90652edc015f5724 Mon Sep 17 00:00:00 2001 From: pranomostro Date: Fri, 13 Jan 2017 14:19:29 +0100 Subject: Updated nodes and added .PHONY target to makefile. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3