From a025fb40fdf3563de0d044fbf0e2598ec5f5b97b Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Fri, 21 May 2021 04:21:00 -0400 Subject: Remove conio/revers.s (move to console.s) --- conio/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conio/Makefile') diff --git a/conio/Makefile b/conio/Makefile index b3cd9a3..7e42b7c 100644 --- a/conio/Makefile +++ b/conio/Makefile @@ -1,9 +1,9 @@ all: conio.lib -OBJS=cgetc.o chline.o cputc.o cputs.o cvline.o revers.o +OBJS=cgetc.o chline.o cputc.o cputs.o cvline.o # unused, disabled: -# clrscr.o gotox.o gotoxy.o gotoy.o wherex.o wherey.o +# clrscr.o gotox.o gotoxy.o gotoy.o wherex.o wherey.o revers.o conio.lib: $(OBJS) ar65 a conio.lib *.o -- cgit v1.2.3