aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2024-06-15 16:10:16 +0200
committerBad Diode <bd@badd10de.dev>2024-06-15 16:10:16 +0200
commit893b52223d274c675272cee55768a9d5853420fb (patch)
treee9b57ec842cf622c7b50ec7f1cfb29914e7a7251 /Makefile
parent99b92b160af5b9475262676aef7dd7f209429298 (diff)
downloadbdl-893b52223d274c675272cee55768a9d5853420fb.tar.gz
bdl-893b52223d274c675272cee55768a9d5853420fb.zip
Finish basic lexing
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