From bacf50104daa09cd90f8dc36c06a6982d91000af Mon Sep 17 00:00:00 2001 From: pixel Date: Thu, 11 Dec 2003 16:53:42 +0000 Subject: Linux ports --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 323fe2b..a14beea 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` +CPPFLAGS=-Wall -g -O3 -mcpu=i686 -Iincludes `sdl-config --cflags` -DHAVE_ZLIB `baltisot-config --cflags` `lua-config --include` LDFLAGS=-lz `sdl-config --libs` `baltisot-config --libs` CXX=g++ -- cgit v1.2.3