Add .PHONY targets

This commit is contained in:
sin 2014-11-17 13:02:17 +00:00
parent a6be4e7a4c
commit ba89dc565f
1 changed files with 3 additions and 0 deletions

View File

@ -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