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