From: cuz Date: Thu, 8 Mar 2001 15:18:38 +0000 (+0000) Subject: Removed the read module from the Makefile X-Git-Tag: V2.12.0~2942 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=18b9977039d0d1f5d35fa587d6dffc2a1fc0b4df;p=cc65 Removed the read module from the Makefile git-svn-id: svn://svn.cc65.org/cc65/trunk@615 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/c64/Makefile b/libsrc/c64/Makefile index 528930ac8..a73d14f3f 100644 --- a/libsrc/c64/Makefile +++ b/libsrc/c64/Makefile @@ -21,7 +21,6 @@ OBJS = _scrsize.o \ cputc.o \ kbhit.o \ mouse.o \ - read.o \ readjoy.o \ rs232.o \ write.o