1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-03 06:29:36 +00:00

Removed the read module from the Makefile

git-svn-id: svn://svn.cc65.org/cc65/trunk@615 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2001-03-08 15:18:38 +00:00
parent bed304dafe
commit 18b9977039

View File

@ -21,7 +21,6 @@ OBJS = _scrsize.o \
cputc.o \
kbhit.o \
mouse.o \
read.o \
readjoy.o \
rs232.o \
write.o