diff --git a/Makefile b/Makefile index 4a708d2..927d80d 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ all: coffee coffee: $(JS_FILES) $(SCRIPT_DIR)/%.js: $(SCRIPT_DIR)/%.coffee - $(CC) -c $< + "$(CC)" -c $<