From ec38f356b3aa30273bf9655d8da0b467440b31e2 Mon Sep 17 00:00:00 2001 From: pixel Date: Tue, 14 Jan 2003 20:36:39 +0000 Subject: Plop... --- Xenogears/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Xenogears/Makefile') diff --git a/Xenogears/Makefile b/Xenogears/Makefile index 61f4486..5fbefb7 100755 --- a/Xenogears/Makefile +++ b/Xenogears/Makefile @@ -3,6 +3,7 @@ CPPFLAGS=-Wall -g -O3 -mcpu=i686 -pedantic -pedantic-errors -I../includes -DHAVE_ZLIB CXX=g++ CC=gcc +LEX=flex LIBS=-lz #-lefence @@ -35,10 +36,10 @@ compil-2: compil-2.o ${CC} ${LDFLAGS} compil-2.o -o compil-2 compil.c: compil.lex - lex -ocompil.c compil.lex + ${LEX} -ocompil.c compil.lex compil-2.c: compil-2.lex - lex -ocompil-2.c compil-2.lex + ${LEX} -ocompil-2.c compil-2.lex clean: rm -f *.o ${TARGET} compil.c -- cgit v1.2.3