Skip to content

Commit

Permalink
add --dev to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Mar 13, 2013
1 parent 974ec8d commit 71dd934
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@

build: components index.js
@component build
@component build --dev

components:
@Component install
@Component install --dev

clean:
rm -fr build components template.js

test:
open test/index.html

.PHONY: clean test
.PHONY: clean test

0 comments on commit 71dd934

Please sign in to comment.