UNPKG
pbxproj
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
parse & stringify xcode pbxproj format
github.com/phantasien/pbxproj
phantasien/pbxproj
pbxproj
/
Makefile
10 lines
(6 loc)
•
156 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
sources :=
$(
shell
find ./lib -name
"*.js"
)
test:
@./node_modules/.bin/mocha --recursive
validate:
@./node_modules/.bin/jshint ${sources}
.PHONY
: test