Skip to content

Commit

Permalink
fix racer make command to create dev directory and run macro compilat…
Browse files Browse the repository at this point in the history
…ion as well
  • Loading branch information
nateps committed Apr 14, 2012
1 parent f84da02 commit 60df547
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
@@ -1,8 +1,11 @@
compile:
@mkdir -p 'dev'
@make compile-macro & make compile-coffee && fg
compile-coffee:
./node_modules/coffee-script/bin/coffee -bw -o ./lib -c ./src ./dev
compile-examples:
./node_modules/coffee-script/bin/coffee -bcw ./examples/*/*.coffee
macro:
compile-macro:
./scripts/watch-macro

ROOT := $(shell pwd)
Expand Down

0 comments on commit 60df547

Please sign in to comment.