Skip to content

Commit

Permalink
biting the bullet, renaming install target to prepare (more in-line w…
Browse files Browse the repository at this point in the history
…ith it's meaning)
  • Loading branch information
webmonarch committed Apr 26, 2012
1 parent d70b00c commit 8759241
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,7 @@ d3%.js: Makefile
cat $(filter %.js,$^) > $@
@chmod a-w $@

prepare: install

install: package.json
prepare: package.json
mkdir -p node_modules
npm install

Expand Down

0 comments on commit 8759241

Please sign in to comment.