summaryrefslogtreecommitdiff
path: root/mk/COLORS.d
blob: 615bc0229428bd52ce2a57826494f82117e5aaf1 (plain)
1
2
3
4
5
6
7
8
9
libcurses_X.400: libcurses.a(COLORS.o)
libcurses.a(COLORS.o): $(OBJDIR)/COLORS.o
	@$(AR) $(ARFLAGS) $@ $(OBJDIR)/$%

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