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