diff --git a/Makefile b/Makefile index cca378698..04fa7bd18 100644 --- a/Makefile +++ b/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 diff --git a/src/treegen/util.ts b/src/treegen/util.ts deleted file mode 100644 index e69de29bb..000000000