1
0

Changed CoffeeScript compiling to have errors on screen

This commit is contained in:
Markus Birth 2013-06-25 23:53:15 +02:00
parent 380a74fd05
commit 72ea288a3f

View File

@ -15,7 +15,7 @@ all: other coffee
coffee: $(BUILD)
$(BUILDDIR)/%.js: $(SRCDIR)/%.coffee
$(CC) -cs < $< > $@
$(CC) -o $(BUILDDIR)/ -c $<
# other files