summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPixel <Pixel>2002-09-09 14:50:25 +0000
committerPixel <Pixel>2002-09-09 14:50:25 +0000
commit259110b90336240ce6cdde0201d05ce03a1f73fe (patch)
treeea54441ee6afaadb62bfc64f14d2ea9ca2fe3027 /Makefile
parentd9be6ee955a92618bcfc8c8e1f10ca82a9f51634 (diff)
Doh
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 46dad1d..8f4aa5a 100755
--- a/Makefile
+++ b/Makefile
@@ -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