diff options
Diffstat (limited to 'mk/strchr.d')
-rw-r--r-- | mk/strchr.d | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/mk/strchr.d b/mk/strchr.d deleted file mode 100644 index 00346c1b..00000000 --- a/mk/strchr.d +++ /dev/null @@ -1,10 +0,0 @@ -libc_C.1: libc.a(strchr.o) -libc.a(strchr.o): $(OBJDIR)/strchr.o - @$(AR) $(ARFLAGS) $@ $(OBJDIR)/$% - -$(OBJDIR)/strchr.o: src/string/strchr.c -$(OBJDIR)/strchr.o: src/_assert.h -$(OBJDIR)/strchr.o: - @echo " [CC] $@" - @mkdir -p $(@D) - @$(CC) -c -o $@ $(CFLAGS) src/string/strchr.c |