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