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