forked from GitHub/gf-core
Transfer: Added compile_all.sh.
This commit is contained in:
5
transfer/compile_all.sh
Normal file
5
transfer/compile_all.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
for f in lib/*.tra examples/*.tra; do
|
||||
./transferc -ilib $f;
|
||||
done
|
||||
Reference in New Issue
Block a user