aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4e66983..987ecd8 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ $(BUILD_DIR):
44 mkdir -p $(BUILD_DIR) 44 mkdir -p $(BUILD_DIR)
45 45
46run: $(BIN) 46run: $(BIN)
47 $(BIN) tests/literals.bad 47 $(BIN) tests/expressions.bad
48 48
49viz_lex: $(BIN) 49viz_lex: $(BIN)
50 $(BIN) -pl example.bdl 50 $(BIN) -pl example.bdl