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

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