summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpixel <pixel>2004-05-02 21:04:45 +0000
committerpixel <pixel>2004-05-02 21:04:45 +0000
commitfb6db18f7032c106ffa7c98a43370df0a7b125dc (patch)
tree08bca812d96c7fbc90e8fffbbcec5d740d14a880 /Makefile
parent423c6d73b2e4492cc3181b425a08499d45e3fe4f (diff)
Buuuuuuuuuuuuuuug
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 050208f..bd86bab 100755
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
CPPFLAGS=-Wall -g -O3 -mcpu=i686 -Iincludes `sdl-config --cflags` -DHAVE_ZLIB `baltisot-config --cflags` `lua-config --include` -DCHATTING
-LDFLAGS=-lz `sdl-config --libs` `baltisot-config --libs`
+LDFLAGS=-lz `sdl-config --libs` `baltisot-config --libs` -lefence
CDTOOL_LDFLAGS=`baltisot-config --libs` -lreadline
CXX=g++