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