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