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

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