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