aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2021-10-10 18:03:56 +0200
committerBad Diode <bd@badd10de.dev>2021-10-10 18:03:56 +0200
commit43861f9d91782d864dc9866eee1d39288bb3a76d (patch)
tree32a67e5c602f5266aeaf3723020ba9c845c3204a /Makefile
parent2bbafc053adfd4af01503d3163cba71698855fb0 (diff)
downloadbdl-43861f9d91782d864dc9866eee1d39288bb3a76d.tar.gz
bdl-43861f9d91782d864dc9866eee1d39288bb3a76d.zip
Add list manipulation primitives
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1a3168b..39d2fe0 100755
--- a/Makefile
+++ b/Makefile
@@ -49,6 +49,7 @@ run: $(BIN)
49tests: $(BIN) 49tests: $(BIN)
50 ./$(BIN) examples/arithmetic.bdl | diff tests/arithmetic_expected.txt - 50 ./$(BIN) examples/arithmetic.bdl | diff tests/arithmetic_expected.txt -
51 ./$(BIN) examples/booleans.bdl | diff tests/booleans_expected.txt - 51 ./$(BIN) examples/booleans.bdl | diff tests/booleans_expected.txt -
52 ./$(BIN) examples/lists.bdl | diff tests/lists_expected.txt -
52 53
53# Remove build directory. 54# Remove build directory.
54clean: 55clean: