Fixed shaderc makefile.

This commit is contained in:
Branimir Karadžić 2017-03-26 21:11:07 -07:00
parent 0aa79d3ac4
commit f847ece352

View File

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