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

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