1
0
forked from GitHub/gf-core

Transfer: Added compile_all.sh.

This commit is contained in:
bringert
2005-12-08 09:39:36 +00:00
parent feb2265d8f
commit df5ce0a256

5
transfer/compile_all.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
for f in lib/*.tra examples/*.tra; do
./transferc -ilib $f;
done