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