You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
172 B
13 lines
172 B
![]()
11 years ago
|
default: run
|
||
|
|
||
|
node_modules: package.json
|
||
|
npm install
|
||
|
@touch $@
|
||
|
|
||
|
clean:
|
||
|
rm -rf node_modules
|
||
|
.PHONY: clean run
|
||
|
|
||
|
run: node_modules
|
||
|
./node_modules/.bin/supervisor ./app.js
|