Update of /cvsroot/aaron/aaron
In directory usw-pr-cvs1:/tmp/cvs-serv25262
Modified Files:
Makefile
Log Message:
Updated Makefile, can now test recursively (testing system should get over-hauled eventually).
Index: Makefile
===================================================================
RCS file: /cvsroot/aaron/aaron/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** Makefile 2001/06/27 02:31:22 1.1
--- Makefile 2001/06/29 05:36:12 1.2
***************
*** 6,9 ****
@echo "Usage:"
@echo
! @echo " make help - This help message"
! @echo
--- 6,13 ----
@echo "Usage:"
@echo
! @echo " help: This help message"
! @echo " test: Run tests"
! @echo ""
!
! test:
! @cd src && make tests
|