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

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