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