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