8 lines
143 B
Makefile
8 lines
143 B
Makefile
|
lib/lisp_parser.js: lib/lisp_parser.peg
|
||
|
node_modules/.bin/pegjs $< $@
|
||
|
|
||
|
test: lib/lisp_parser.js
|
||
|
node_modules/.bin/coffee bin/lisp test.scm
|
||
|
|
||
|
|