summaryrefslogtreecommitdiff
path: root/transfer/compile_all.sh
blob: d229d4decc4e21e0d27b9058be386071ad44c6e4 (plain)
1
2
3
4
5
#!/bin/sh

for f in lib/*.tra examples/*.tra; do 
    ./transferc -ilib $f; 
done