summaryrefslogtreecommitdiff
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 102c00d..dd4cdbd 100644
--- a/Makefile
+++ b/Makefile
@@ -119,7 +119,7 @@ out/obj/%.s.o: src/%.s
out/obj/%.S.o: src/%.S
@mkdir -p $(@D)
- @$(CC) -c $^ -o $@
+ @$(CC) $(CFLAGS) -c $^ -o $@
out/obj/shared/%.c.o: src/shared/%.c
@mkdir -p $(@D)