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

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