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