From 1721a1907875e04a43ef9447a97e09bdc18c6f4a Mon Sep 17 00:00:00 2001 From: Sam Vervaeck Date: Sun, 10 May 2020 11:59:55 +0200 Subject: [PATCH] Small cleanup of 'treegen' and Makefile --- Makefile | 2 +- src/treegen/util.ts | 0 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 src/treegen/util.ts 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