diff options
author | Pixel <Pixel> | 2002-09-09 14:50:25 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2002-09-09 14:50:25 +0000 |
commit | 259110b90336240ce6cdde0201d05ce03a1f73fe (patch) | |
tree | ea54441ee6afaadb62bfc64f14d2ea9ca2fe3027 /Makefile | |
parent | d9be6ee955a92618bcfc8c8e1f10ca82a9f51634 (diff) |
Doh
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #!/usr/bin/make -f CPPFLAGS=-Wall -g -O3 -mcpu=i686 -pedantic -pedantic-errors -Werror -Iincludes `sdl-config --cflags` -DHAVE_ZLIB -LDFLAGS=`sdl-config --libs` -lz -lefence +LDFLAGS=-lz CXX=g++ SUBDIRS = psxdev generic lib Xenogears |