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

$(OBJDIR)/wordfree.o: src/wordexp/wordfree.c
$(OBJDIR)/wordfree.o:
	@echo "  [CC] $@"
	@mkdir -p $(@D)
	@$(CC) -c -o $@ $(CFLAGS) src/wordexp/wordfree.c