diff options
author | B. Watson <yalhcru@gmail.com> | 2021-05-21 04:21:00 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2021-05-21 04:21:00 -0400 |
commit | a025fb40fdf3563de0d044fbf0e2598ec5f5b97b (patch) | |
tree | bd57abf08d83ee6c73b8e790f3f241968a04d3da /conio/Makefile | |
parent | 94dedf208eb60127e19e62445b0609eb6274d1b1 (diff) | |
download | taipan-a025fb40fdf3563de0d044fbf0e2598ec5f5b97b.tar.gz |
Remove conio/revers.s (move to console.s)
Diffstat (limited to 'conio/Makefile')
-rw-r--r-- | conio/Makefile | 4 |
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 |