aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2024-06-15 15:13:46 +0200
committerBad Diode <bd@badd10de.dev>2024-06-15 15:13:46 +0200
commit4de23d7e60ba018d6f9bf656f6f3fca4be2473be (patch)
treeb359a023f256e00cf7dc9d106c7444ee9cd36212 /Makefile
parent805efd71e0f5b10a6e78da08565407ec0a3649fe (diff)
downloadbdl-4de23d7e60ba018d6f9bf656f6f3fca4be2473be.tar.gz
bdl-4de23d7e60ba018d6f9bf656f6f3fca4be2473be.zip
Add many scanning functions
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 45c1389..1d894dd 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/literals.bad 50 $(BIN) tests/simple.bad
51 51
52viz_lex: $(BIN) 52viz_lex: $(BIN)
53 $(BIN) -pl example.bdl 53 $(BIN) -pl example.bdl