blob: 3a8ec2546ec70b22c88ccd3fd6c569d2674efb71 (
plain)
1
2
3
4
5
6
7
8
|
libcurses.a: libcurses.a(exit_standout_mode.o)
libcurses.a(exit_standout_mode.o): $(OBJDIR)/exit_standout_mode.o
@$(AR) $(ARFLAGS) $@ $(OBJDIR)/$%
$(OBJDIR)/exit_standout_mode.o: term/exit_standout_mode.c
@echo "[CC] $@"
@mkdir -p "$(@D)"
@$(CC) -c -o $@ $(CFLAGS) term/exit_standout_mode.c
|