diff options
author | Pixel <Pixel> | 2002-08-29 07:59:56 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2002-08-29 07:59:56 +0000 |
commit | d9be6ee955a92618bcfc8c8e1f10ca82a9f51634 (patch) | |
tree | f463cec730cbce5b2a4d3a0aab11b0733ff368db /lib/Makefile | |
parent | 6e17c610c658cea7124576b4119f6a830b925a9f (diff) |
Nighty commit
Diffstat (limited to 'lib/Makefile')
-rwxr-xr-x | lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index ab722f9..101a91e 100755 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,6 +1,6 @@ #!/usr/bin/make -f -CPPFLAGS=-Wall -g -O3 -mcpu=i686 -pedantic -Werror -I../includes -DHAVE_ZLIB +CPPFLAGS=-Wall -g -O3 -mcpu=i686 -Werror -I../includes -DHAVE_ZLIB CXX=g++ OBJECTS = cdutils.o lzss.o yazedc.o dteutils.o cdreader.o |