Add .PHONY targets
This commit is contained in:
parent
a6be4e7a4c
commit
ba89dc565f
3
Makefile
3
Makefile
@ -184,3 +184,6 @@ sbase-box: $(LIB) $(SRC)
|
|||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(BIN) $(OBJ) $(LIBOBJ) $(LIB) sbase-box sbase-$(VERSION).tar.gz
|
rm -f $(BIN) $(OBJ) $(LIBOBJ) $(LIB) sbase-box sbase-$(VERSION).tar.gz
|
||||||
|
|
||||||
|
.PHONY:
|
||||||
|
all binlib bin install uninstall dist sbase-box clean
|
||||||
|
Loading…
x
Reference in New Issue
Block a user