[Aaron-devel-cvs] CVS: aaron/src Makefile,1.1,1.2
Status: Pre-Alpha
Brought to you by:
thetitan
From: Sean C. <the...@us...> - 2001-06-29 05:35:17
|
Update of /cvsroot/aaron/aaron/src In directory usw-pr-cvs1:/tmp/cvs-serv25048 Modified Files: Makefile Log Message: Made tests relative Index: Makefile =================================================================== RCS file: /cvsroot/aaron/aaron/src/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** Makefile 2001/06/29 02:10:11 1.1 --- Makefile 2001/06/29 05:35:14 1.2 *************** *** 16,18 **** tests: ! @make -f test/Makefile --- 16,18 ---- tests: ! @cd test && make all |