FreeCalypso > hg > fc-selenite
view scripts/test-make.sh @ 38:b4eeda6fa576
src/nucleus/rld.c: corrected ID string: we are not a demo
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Mon, 16 Jul 2018 23:56:58 +0000 |
| parents | c8a4561ef581 |
| children |
line wrap: on
line source
#!/bin/sh set -e for i in * do echo $i if [ $i != config ] then (cd $i; make) fi done
