diff options
Diffstat (limited to 'mk/clr_bol.d')
-rw-r--r-- | mk/clr_bol.d | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/mk/clr_bol.d b/mk/clr_bol.d deleted file mode 100644 index 5e22486..0000000 --- a/mk/clr_bol.d +++ /dev/null @@ -1,8 +0,0 @@ -libcurses.a: libcurses.a(clr_bol.o) -libcurses.a(clr_bol.o): $(OBJDIR)/clr_bol.o - @$(AR) $(ARFLAGS) $@ $(OBJDIR)/$% - -$(OBJDIR)/clr_bol.o: term/clr_bol.c - @echo "[CC] $@" - @mkdir -p "$(@D)" - @$(CC) -c -o $@ $(CFLAGS) term/clr_bol.c |