Small cleanup of 'treegen' and Makefile
This commit is contained in:
parent
5da79913fd
commit
1721a19078
2 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -2,7 +2,7 @@
|
|||
all: lib/ast.js
|
||||
bolt bundle test.bolt
|
||||
|
||||
lib/ast.js: spec/ast.txt lib/treegen/parser.js lib/bin/bolt-treegen.js lib/treegen/util.js src/treegen/ast-template.js
|
||||
lib/ast.js: spec/ast.txt lib/treegen/parser.js lib/bin/bolt-treegen.js lib/treegen
|
||||
@echo "Generating AST definitions ..."
|
||||
@mkdir -p lib/
|
||||
@chmod +x lib/bin/*.js
|
||||
|
|
Loading…
Reference in a new issue