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