summaryrefslogtreecommitdiff
path: root/mk/strchr.d
blob: 00346c1b729891b7ef503039af96c7d8e1f6ec56 (plain)
1
2
3
4
5
6
7
8
9
10
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