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

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