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