Small cleanup of 'treegen' and Makefile

This commit is contained in:
Sam Vervaeck 2020-05-10 11:59:55 +02:00
parent 5da79913fd
commit 1721a19078
2 changed files with 1 additions and 1 deletions

View file

@ -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

View file