aboutsummaryrefslogtreecommitdiff
path: root/conio/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'conio/Makefile')
-rw-r--r--conio/Makefile4
1 files changed, 2 insertions, 2 deletions
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