summaryrefslogtreecommitdiff
path: root/mk/label_format.d
blob: 886bee6fc966f4d820ead99e1b11803bed886898 (plain)
1
2
3
4
5
6
7
8
libcurses.a: libcurses.a(label_format.o)
libcurses.a(label_format.o): $(OBJDIR)/label_format.o
	@$(AR) $(ARFLAGS) $@ $(OBJDIR)/$%

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