summaryrefslogtreecommitdiff
path: root/mk/set_a_foreground.d
blob: 91250fd365a556ff7eb8fad78f4b4f032023219e (plain)
1
2
3
4
5
6
7
8
libcurses.a: libcurses.a(set_a_foreground.o)
libcurses.a(set_a_foreground.o): $(OBJDIR)/set_a_foreground.o
	@$(AR) $(ARFLAGS) $@ $(OBJDIR)/$%

$(OBJDIR)/set_a_foreground.o: term/set_a_foreground.c
	@echo "[CC] $@"
	@mkdir -p "$(@D)"
	@$(CC) -c -o $@ $(CFLAGS) term/set_a_foreground.c