Bugfix in Makefile for paths with spaces.

This commit is contained in:
Markus Birth 2016-07-10 16:18:26 +02:00
parent be90c98118
commit fa915324b4

View File

@ -10,7 +10,7 @@ all: coffee
coffee: $(JS_FILES)
$(SCRIPT_DIR)/%.js: $(SCRIPT_DIR)/%.coffee
$(CC) -c $<
"$(CC)" -c $<