diff options
author | dzwdz | 2022-08-19 23:36:29 +0200 |
---|---|---|
committer | dzwdz | 2022-08-19 23:36:29 +0200 |
commit | 040bb34290c9a4305e13637e002060411e5a8385 (patch) | |
tree | 5bdd71a8925519d5f2e22d60a9fdd572abea2ed0 /Makefile | |
parent | 390aec5ca22e62d128e71d1dee312a2f0a82ab68 (diff) |
include: make camellia/syscalls.h compatible with assembly
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |