aboutsummaryrefslogtreecommitdiff
path: root/conio
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2021-04-13 13:47:52 -0400
committerB. Watson <yalhcru@gmail.com>2021-04-13 13:48:09 -0400
commitd7124327b9b6135cf6f4ec4ffbb64f25287577ac (patch)
treece0bc80dd5985900b1f98ae130d45867fa8cd1c1 /conio
parentc05f3a05ddf387e8ecea5b4f5985709749a0e6f7 (diff)
downloadtaipan-d7124327b9b6135cf6f4ec4ffbb64f25287577ac.tar.gz
Save 96 bytes (8270 free now), get rid of conio cruft
Diffstat (limited to 'conio')
-rw-r--r--conio/Makefile5
1 files changed, 4 insertions, 1 deletions
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