Skip to content

Commit

Permalink
Long args
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith Duncan committed Nov 10, 2014
1 parent 3a6dcfd commit 847ec83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ test: coffee-dep js
@find test -name '*_test.coffee' | xargs -n 1 -t coffee

dev: js
@coffee -wc --bare -o lib src/
@coffee --watch --compile --bare -output lib src/

VERSION = $(shell coffee src/npm-version.coffee)
publish: npm-dep js
Expand All @@ -18,7 +18,7 @@ install: npm-dep js
@make remove-js

js: coffee-dep
@coffee -c --bare -o lib src/
@coffee --compile --bare --output lib src/

remove-js:
@rm -fr lib/
Expand Down

0 comments on commit 847ec83

Please sign in to comment.