From b418ce925762c671d78799a2ec34fedcc968cf57 Mon Sep 17 00:00:00 2001 From: Pixel Date: Sun, 25 Aug 2002 17:43:04 +0000 Subject: Began CD Reader code --- lib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/Makefile') diff --git a/lib/Makefile b/lib/Makefile index c351a36..ab722f9 100755 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,9 +1,9 @@ #!/usr/bin/make -f -CPPFLAGS=-Wall -g -O3 -mcpu=i686 -pedantic -pedantic-errors -Werror -I../includes -DHAVE_ZLIB +CPPFLAGS=-Wall -g -O3 -mcpu=i686 -pedantic -Werror -I../includes -DHAVE_ZLIB CXX=g++ -OBJECTS = cdutils.o lzss.o yazedc.o dteutils.o +OBJECTS = cdutils.o lzss.o yazedc.o dteutils.o cdreader.o TARGET = lib.a all: ${TARGET} -- cgit v1.2.3