summaryrefslogtreecommitdiff
path: root/mk/strrchr.d
blob: 8669e87b6be64b192095919f865a43e0f2f92798 (plain)
1
2
3
4
5
6
7
8
9
libc_C.1: libc.a(strrchr.o)
libc.a(strrchr.o): $(OBJDIR)/strrchr.o
	@$(AR) $(ARFLAGS) $@ $(OBJDIR)/$%

$(OBJDIR)/strrchr.o: src/string/strrchr.c
$(OBJDIR)/strrchr.o: src/_safety.h
$(OBJDIR)/strrchr.o:
	@mkdir -p $(@D)
	$(CC) -c -o $@ $(CFLAGS) src/string/strrchr.c