summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 93ee815d7..14cf6b3fb 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,9 @@
build_directory=build/
package_name=$(build_directory)$(app_name)
-all: dist
+all:
+ # compile the coffeescript
+ cd js; make
clean: