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