diff options
Diffstat (limited to 'zap/GNUmakefile')
-rw-r--r-- | zap/GNUmakefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/zap/GNUmakefile b/zap/GNUmakefile index e0de7c4..18f94eb 100644 --- a/zap/GNUmakefile +++ b/zap/GNUmakefile @@ -35,17 +35,18 @@ CPPFLAGS := \ # ARTEFACTS OBJS = \ - source/$(arch)/mem/fndbyte.o \ - source/$(arch)/mem/fndchr.o \ - source/$(arch)/mem/foreach.o \ source/$(arch)/mem/memcat.o \ + source/$(arch)/mem/memcnt.o \ source/$(arch)/mem/memcp.o \ source/$(arch)/mem/memeq.o \ source/$(arch)/mem/memfill.o \ + source/$(arch)/mem/memfnd.o \ + source/$(arch)/mem/memfor.o \ source/$(arch)/mem/memgen.o \ source/$(arch)/mem/strcat.o \ source/$(arch)/mem/streq.o \ source/$(arch)/mem/strfill.o \ + source/$(arch)/mem/strfnd.o \ source/$(arch)/mem/strcp.o \ source/$(arch)/mem/strlen.o \ source/$(arch)/mem/utf20len.o \ |