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