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