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