aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 45c1389..4e66983 100644
--- a/Makefile
+++ b/Makefile
@@ -43,9 +43,6 @@ $(BIN): $(SRC_MAIN) $(WATCH_SRC) $(BUILD_DIR)
43$(BUILD_DIR): 43$(BUILD_DIR):
44 mkdir -p $(BUILD_DIR) 44 mkdir -p $(BUILD_DIR)
45 45
46tests: $(BIN)
47 ./$(BIN) tests/constants/numbers.bdl
48
49run: $(BIN) 46run: $(BIN)
50 $(BIN) tests/literals.bad 47 $(BIN) tests/literals.bad
51 48