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