From d7124327b9b6135cf6f4ec4ffbb64f25287577ac Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 13 Apr 2021 13:47:52 -0400 Subject: Save 96 bytes (8270 free now), get rid of conio cruft --- conio/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'conio') diff --git a/conio/Makefile b/conio/Makefile index 9b0911e..b3cd9a3 100644 --- a/conio/Makefile +++ b/conio/Makefile @@ -1,6 +1,9 @@ all: conio.lib -OBJS=cgetc.o chline.o clrscr.o cputc.o cputs.o cvline.o gotox.o gotoxy.o gotoy.o revers.o wherex.o wherey.o +OBJS=cgetc.o chline.o cputc.o cputs.o cvline.o revers.o + +# unused, disabled: +# clrscr.o gotox.o gotoxy.o gotoy.o wherex.o wherey.o conio.lib: $(OBJS) ar65 a conio.lib *.o -- cgit v1.2.3