aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2024-06-16 22:25:37 +0200
committerBad Diode <bd@badd10de.dev>2024-06-16 22:25:37 +0200
commit357f02dc5f1f2ad99210faf13c2b1fd7dff6e669 (patch)
treee0f1616ca87597b8dc710e6dc00fe7ac6479d68f /Makefile
parent3922b262aef17be3fcee90db969aca5b0edc617e (diff)
downloadbdl-357f02dc5f1f2ad99210faf13c2b1fd7dff6e669.tar.gz
bdl-357f02dc5f1f2ad99210faf13c2b1fd7dff6e669.zip
Adding basic strings and symbols parsing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d7eb968..91c9b0e 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
5SRC_DIR := src 5SRC_DIR := src
6BUILD_DIR := build 6BUILD_DIR := build
7SRC_MAIN := $(SRC_DIR)/main.c 7SRC_MAIN := $(SRC_DIR)/main.c
8SRC_BAD := tests/bitops.bad 8SRC_BAD := tests/literals.bad
9WATCH_SRC := $(shell find $(SRC_DIR) -name "*.c" -or -name "*.s" -or -name "*.h") 9WATCH_SRC := $(shell find $(SRC_DIR) -name "*.c" -or -name "*.s" -or -name "*.h")
10INC_DIRS := $(shell find $(SRC_DIR) -type d) 10INC_DIRS := $(shell find $(SRC_DIR) -type d)
11INC_FLAGS := $(addprefix -I,$(INC_DIRS)) 11INC_FLAGS := $(addprefix -I,$(INC_DIRS))