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

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