aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2024-06-15 16:52:36 +0200
committerBad Diode <bd@badd10de.dev>2024-06-15 16:52:36 +0200
commite7cd0d47a603e4199b0ee7daa2434fc0db602bad (patch)
tree511cfbe2cea66e45b4ca7669ed9a101763ae3537 /Makefile
parent893b52223d274c675272cee55768a9d5853420fb (diff)
downloadbdl-e7cd0d47a603e4199b0ee7daa2434fc0db602bad.tar.gz
bdl-e7cd0d47a603e4199b0ee7daa2434fc0db602bad.zip
Move lexer code to lexer.c file
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