Changed CoffeeScript compiling to have errors on screen
This commit is contained in:
parent
380a74fd05
commit
72ea288a3f
2
Makefile
2
Makefile
@ -15,7 +15,7 @@ all: other coffee
|
|||||||
coffee: $(BUILD)
|
coffee: $(BUILD)
|
||||||
|
|
||||||
$(BUILDDIR)/%.js: $(SRCDIR)/%.coffee
|
$(BUILDDIR)/%.js: $(SRCDIR)/%.coffee
|
||||||
$(CC) -cs < $< > $@
|
$(CC) -o $(BUILDDIR)/ -c $<
|
||||||
|
|
||||||
# other files
|
# other files
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user