summaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorPixel <Pixel>2002-08-25 17:43:04 +0000
committerPixel <Pixel>2002-08-25 17:43:04 +0000
commitb418ce925762c671d78799a2ec34fedcc968cf57 (patch)
tree9b8a72bea58cecc1dc349134c0a419602a334fe8 /lib/Makefile
parent38d60726082b04e79edae1c8c797c6dcb8314504 (diff)
Began CD Reader code
Diffstat (limited to 'lib/Makefile')
-rwxr-xr-xlib/Makefile4
1 files changed, 2 insertions, 2 deletions
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}