blob: 72f50b5b81d3534a2eeed5dda5d371f148702e94 (
plain)
1
2
3
4
5
6
7
8
|
libcurses.a: libcurses.a(change_res_horz.o)
libcurses.a(change_res_horz.o): $(OBJDIR)/change_res_horz.o
@$(AR) $(ARFLAGS) $@ $(OBJDIR)/$%
$(OBJDIR)/change_res_horz.o: term/change_res_horz.c
@echo "[CC] $@"
@mkdir -p "$(@D)"
@$(CC) -c -o $@ $(CFLAGS) term/change_res_horz.c
|