UNPKG
hollywood
Version:
latest (0.1.0)
0.1.0
Make applications from plugins.
reid/hollywood
hollywood
/
Makefile
10 lines
(6 loc)
•
133 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
test:
npm test
.PHONY
: test
lint:
find lib test -name
"*.js"
-print0 | xargs -0 ./node_modules/.bin/jslint --forin
.PHONY
: lint