commit ba89dc565f6a41b9c2f9400e7b7b886faa0cda06 Author: sin <[email protected]> Date: Mon Nov 17 13:02:17 2014 +0000
Add .PHONY targets
diff --git a/Makefile b/Makefile
index bf23e69..81f4323 100644
--- a/Makefile
+++ b/Makefile
@@ -184,3 +184,6 @@ sbase-box: $(LIB) $(SRC)
clean:
rm -f $(BIN) $(OBJ) $(LIBOBJ) $(LIB) sbase-box sbase-$(VERSION).tar.gz
+
+.PHONY:
+ all binlib bin install uninstall dist sbase-box clean
