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