~bcsaller/junk/juju-ui-brunch

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Benjamin Saller
  • Date: 2012-07-13 07:10:02 UTC
  • Revision ID: bcsaller@gmail.com-20120713071002-x4teg6mrogmx1972
initial checkin

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
all: install watch
 
3
 
 
4
install:
 
5
        @npm install
 
6
 
 
7
test:
 
8
        @brunch build
 
9
        @brunch test
 
10
 
 
11
watch:
 
12
        @brunch watch -s 
 
13
 
 
14
 
 
15
.PHONY: all build test install watch