summaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-12-29 14:39:56 +0100
committerTyge Løvset <[email protected]>2021-12-29 14:39:56 +0100
commit92f5421493932d00e63b33152331a36cc4fc9491 (patch)
treee5d36c28d0fd548873216426bb00a6b59d2730dd /examples
parent7115f4539b7d08ec21c5e6132841b2613a74059d (diff)
downloadSTC-modified-92f5421493932d00e63b33152331a36cc4fc9491.tar.gz
STC-modified-92f5421493932d00e63b33152331a36cc4fc9491.zip
Some more docs.
Diffstat (limited to 'examples')
-rw-r--r--examples/runall.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/runall.sh b/examples/runall.sh
index 12c72684..e95068ff 100644
--- a/examples/runall.sh
+++ b/examples/runall.sh
@@ -24,6 +24,7 @@ fi
if [ $run = 0 ] ; then
for i in *.c ; do
echo $cc -I../include $i $libs
+ ../checkauto $i
$cc -I../include $i $libs
done
else