aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2021-10-09 12:56:29 +0200
committerBad Diode <bd@badd10de.dev>2021-10-09 12:56:29 +0200
commit24b76ba094b7638280bc9e1f7da5136a8d1f9772 (patch)
tree4088f94f85590fca3709e641503f80a0867d21d1
parentfbfce55d3c7e5d0b71661b3f1ff9674fba6b8618 (diff)
downloadbdl-24b76ba094b7638280bc9e1f7da5136a8d1f9772.tar.gz
bdl-24b76ba094b7638280bc9e1f7da5136a8d1f9772.zip
Change makefile to run REPL by default
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7c3f687..1f19b98 100755
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ $(BUILD_DIR): tools
44 mkdir -p $(BUILD_DIR) 44 mkdir -p $(BUILD_DIR)
45 45
46run: $(BIN) 46run: $(BIN)
47 ./$(BIN) 47 ./$(BIN) -i
48 48
49# Remove build directory. 49# Remove build directory.
50clean: 50clean: