1
1
Fork 0
portfolio/Makefile
2016-08-07 13:11:02 -05:00

8 lines
92 B
Makefile

build: node_modules
node index.js
node_modules: package.json
npm install
.PHONY: build