Skip to content

Commit

Permalink
Added make install
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Mar 18, 2010
1 parent 1103a9d commit d767d80
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
NODE = node

all: test

install: bin/express
install bin/express /usr/local/bin/express

test:
@$(NODE) spec/node.js all
Expand All @@ -14,4 +17,4 @@ app-chat:
app-upload:
@$(NODE) examples/upload/app.js

.PHONY: test app
.PHONY: install test app

0 comments on commit d767d80

Please sign in to comment.