diff options
author | pixel <pixel> | 2002-11-09 18:03:42 +0000 |
---|---|---|
committer | pixel <pixel> | 2002-11-09 18:03:42 +0000 |
commit | 1f947113d6e3514145c6a6fee40776949d0aa1ab (patch) | |
tree | f6cc8d1cfcb4ceb21904f6e3aa31f8acb452d91b /Makefile | |
parent | fa18eb9f06e1ddd9882085137d323e800d4c0ab1 (diff) |
Synchronisation...
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 -Werror -Iincludes `sdl-config --cflags` -DHAVE_ZLIB -LDFLAGS=-lz `sdl-config --libs` -lGL +LDFLAGS=-lz `sdl-config --libs` -lGL -lGLU CXX=g++ SUBDIRS = psxdev generic lib Xenogears VP MegamanX5 mogltk |