Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add make rules
  • Loading branch information
retrofox committed Oct 4, 2012
1 parent 9a36955 commit 1b90a7b
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions Makefile
@@ -0,0 +1,25 @@

build: components
@component build --dev

components:
@component install --dev

clean:
rm -fr build components template.js

all:
clear
make clean
make

test:
@./node_modules/.bin/mocha \
--require should \
--timeout 10s \
--slow 3s \
--bail \
--reporter spec


.PHONY: clean test all

0 comments on commit 1b90a7b

Please sign in to comment.