...

Text file src/golang.conradwood.net/tests/Makefile

Documentation: golang.conradwood.net/tests

     1all:
     2	for thi in *; do if [ -f $$thi/Makefile ]; then ( cd $$thi && echo "============ Making `pwd` ===========" ; make ) || exit 10 ; fi; done

View as plain text