Browse Source

Fixed shaderc makefile.

Branimir Karadžić 8 years ago
parent
commit
f847ece352
1 changed files with 4 additions and 0 deletions
  1. 4 0
      scripts/shader.mk

+ 4 - 0
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