Skip to content

Commit

Permalink
makefile builds if lib changes
Browse files Browse the repository at this point in the history
  • Loading branch information
logicalparadox committed Nov 12, 2012
1 parent 677fac1 commit 12b41a1
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,10 +1,10 @@
TESTS = test/*.js
REPORTER = spec

build: components
build: components lib/*
@./node_modules/.bin/component-build --dev

components:
components:
@./node_modules/.bin/component-install --dev

test: build
Expand All @@ -30,4 +30,4 @@ clean:
@rm -rf build
@rm -rf components

.PHONY: test lib-cov test-cov clean
.PHONY: build test lib-cov test-cov clean

0 comments on commit 12b41a1

Please sign in to comment.