|
From: <kin...@us...> - 2004-02-28 15:19:56
|
Update of /cvsroot/teem/teem/src/hest In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23780/hest Modified Files: GNUmakefile Log Message: better working template for hest usage Index: GNUmakefile =================================================================== RCS file: /cvsroot/teem/teem/src/hest/GNUmakefile,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** GNUmakefile 7 Jan 2004 15:34:29 -0000 1.10 --- GNUmakefile 28 Feb 2004 15:10:22 -0000 1.11 *************** *** 49,53 **** $(L).OBJS = defaultsHest.o methodsHest.o usage.o parseHest.o $(L).TESTS = test/ex0 test/ex1 test/ex2 test/ex3 test/ex4 test/ex5 \ ! test/strings test/bday #### #### --- 49,53 ---- $(L).OBJS = defaultsHest.o methodsHest.o usage.o parseHest.o $(L).TESTS = test/ex0 test/ex1 test/ex2 test/ex3 test/ex4 test/ex5 \ ! test/strings test/bday test/tmpl #### #### |