aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e9b1143..70c141b 100644
--- a/Makefile
+++ b/Makefile
@@ -30,6 +30,6 @@ $(BUILD_ROOT_DIR)/$(TARGET): $(OBJECTS)
# TODO: provide release build?
$(BUILD_DIR)/%.o: src/%.c
- $(CC) -c -Wall -MMD -g -O0 --std=c23 -o $@ $<
+ $(CC) -c $(CFLAGS) -Wall -MMD -g -O0 --std=c23 -o $@ $<
-include $(BUILD_DIR)/*.d