UNPKG

pbxproj

Version:

parse & stringify xcode pbxproj format

10 lines (6 loc) 156 B
sources := $(shell find ./lib -name "*.js") test: @./node_modules/.bin/mocha --recursive validate: @./node_modules/.bin/jshint ${sources} .PHONY: test