6 lines
79 B
Makefile
6 lines
79 B
Makefile
tests:
|
|
nodeunit test/* test/parser/*
|
|
|
|
parser:
|
|
pegjs lib/parser/pbxproj.pegjs
|