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

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