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

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