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