diff --git a/Makefile b/Makefile index d836826..f424a11 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ all: other coffee coffee: $(BUILD) $(BUILDDIR)/%.js: $(SRCDIR)/%.coffee - $(CC) -cs < $< > $@ + $(CC) -o $(BUILDDIR)/ -c $< # other files