aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2021-10-09 21:21:32 +0200
committerBad Diode <bd@badd10de.dev>2021-10-09 21:21:32 +0200
commitc2bfb5368e603d686190fdc9f3ddbafbda075a9c (patch)
tree8de0c13cf2d260906d9b56d15a6e19cc402c2a8a /Makefile
parent2f3f7a4fbc6c77e3cf933ea01f584a28bc40936d (diff)
downloadbdl-c2bfb5368e603d686190fdc9f3ddbafbda075a9c.tar.gz
bdl-c2bfb5368e603d686190fdc9f3ddbafbda075a9c.zip
Add some boolean procedures
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1f7c8dd..afcd918 100755
--- a/Makefile
+++ b/Makefile
@@ -47,7 +47,7 @@ run: $(BIN)
47 ./$(BIN) -i 47 ./$(BIN) -i
48 48
49tests: $(BIN) 49tests: $(BIN)
50 ./$(BIN) examples/arithmetic.bdl | diff tests/arithmetic_expected.txt - 50 ./$(BIN) examples/arithmetic.bdl | diff -q tests/arithmetic_expected.txt -
51 51
52# Remove build directory. 52# Remove build directory.
53clean: 53clean: