]> AND Public Git Repository - simgrid.git/blobdiff - docs/Build.sh
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
pass large objects by const ref to please sonar
[simgrid.git] / docs / Build.sh
index 6a150ef8eb2dd7c430bfc69440b95bf81271bab8..352254b39aa6ec77f805eea43426111d9930c3bc 100755 (executable)
@@ -47,6 +47,7 @@ echo
 echo "Undocumented examples:"
 for ex in $( (cd .. ; \
               find examples/s4u/ -name '*.cpp'; \
+              find examples/c/ -name '*.c'; \
               find examples/python -name '*.py'; \
              ) | sort )
 do