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

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