diff --git a/scripts/shader.mk b/scripts/shader.mk index 897b280b3..4a695d070 100644 --- a/scripts/shader.mk +++ b/scripts/shader.mk @@ -154,6 +154,10 @@ all: dirs $(BIN) clean: @echo Cleaning... @-rm -vf $(BIN) + +.PHONY: cleanall +cleanall: + @echo Cleaning... @-$(call CMD_RMDIR,$(BUILD_INTERMEDIATE_DIR)) .PHONY: dirs