From 040bb34290c9a4305e13637e002060411e5a8385 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Fri, 19 Aug 2022 23:36:29 +0200 Subject: include: make camellia/syscalls.h compatible with assembly --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3