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