summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpixel <pixel>2005-02-17 08:33:49 +0000
committerpixel <pixel>2005-02-17 08:33:49 +0000
commit9418b93fd33707d10302a61182cdb2a6cd3b59fa (patch)
tree50fddeeff4751199d28ba7600eb1ba38adf9983b /Makefile
parentbc2f04960144ac330fbf4001f9a10bfd2ba4e6f9 (diff)
Updating makefiles to add luapatch, and updating things a bit for PS2 target.
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2d71ef1..8da1790 100755
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-CPPFLAGS=-Wall -g -O3 -mcpu=i686 -Iincludes `sdl-config --cflags` -DHAVE_ZLIB `baltisot-config --cflags` `lua-config --include` -DCHATTING
+CPPFLAGS=-Wall -g -O3 -mcpu=i686 -Iincludes -Ipsxdev `sdl-config --cflags` -DHAVE_ZLIB `baltisot-config --cflags` `lua-config --include` -DCHATTING
LDFLAGS=-lz `sdl-config --libs` `baltisot-config --libs` -lefence
CDTOOL_LDFLAGS=`baltisot-config --libs` -lreadline -g
CXX=g++