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