aboutsummaryrefslogtreecommitdiff
path: root/conio
diff options
context:
space:
mode:
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