Update of /cvsroot/epfl/tggame
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7502
Modified Files:
Makefile
Log Message:
typo dans les Makefile
Index: Makefile
===================================================================
RCS file: /cvsroot/epfl/tggame/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Makefile 27 Sep 2004 20:35:00 -0000 1.4
--- Makefile 27 Sep 2004 20:58:26 -0000 1.5
***************
*** 3,23 ****
##
! all : linux
! clean :
rm -f tg
rm -f *.o
rm -f *~
! linux :
make -f Makefile.Linux
! linuxDebug :
make -f Makefile.Linux "CFLAGS = -ggdb -DDEBUG -DTGLINUX -pg"
! mac :
make -f Makefile.OSX
! macDebug :
make -f Makefile.OSX "CFLAGS = -ggdb -DDEBUG -DTGOSX -pg"
--- 3,23 ----
##
! all: linux
! clean:
rm -f tg
rm -f *.o
rm -f *~
! linux:
make -f Makefile.Linux
! linuxDebug:
make -f Makefile.Linux "CFLAGS = -ggdb -DDEBUG -DTGLINUX -pg"
! mac:
make -f Makefile.OSX
! macDebug:
make -f Makefile.OSX "CFLAGS = -ggdb -DDEBUG -DTGOSX -pg"
|