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 1d894dd..45c1389 100644
--- a/Makefile
+++ b/Makefile
@@ -47,7 +47,7 @@ tests: $(BIN)
47 ./$(BIN) tests/constants/numbers.bdl 47 ./$(BIN) tests/constants/numbers.bdl
48 48
49run: $(BIN) 49run: $(BIN)
50 $(BIN) tests/simple.bad 50 $(BIN) tests/literals.bad
51 51
52viz_lex: $(BIN) 52viz_lex: $(BIN)
53 $(BIN) -pl example.bdl 53 $(BIN) -pl example.bdl