diff options
Diffstat (limited to 'zap/GNUmakefile')
-rw-r--r-- | zap/GNUmakefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/zap/GNUmakefile b/zap/GNUmakefile index 18f94eb..46ced95 100644 --- a/zap/GNUmakefile +++ b/zap/GNUmakefile @@ -35,7 +35,6 @@ CPPFLAGS := \ # ARTEFACTS OBJS = \ - source/$(arch)/mem/memcat.o \ source/$(arch)/mem/memcnt.o \ source/$(arch)/mem/memcp.o \ source/$(arch)/mem/memeq.o \ @@ -43,7 +42,6 @@ OBJS = \ 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 \ |