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