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