Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Fix the stack cleaner
[simgrid.git] / tools / stack-cleaner / cc
1 #!/bin/sh
2 path="$(dirname $0)"
3 exec "${FILTER_CC:-cc}" -B "$path" "$@"