summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordzwdz2022-08-19 23:36:29 +0200
committerdzwdz2022-08-19 23:36:29 +0200
commit040bb34290c9a4305e13637e002060411e5a8385 (patch)
tree5bdd71a8925519d5f2e22d60a9fdd572abea2ed0 /Makefile
parent390aec5ca22e62d128e71d1dee312a2f0a82ab68 (diff)
include: make camellia/syscalls.h compatible with assembly
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)