Sign in
apache
/
infrastructure-ezmlm-idx
/
refs/heads/avoid-duplicate-headers
/
.
/
make-compile.sh
blob: 680d1a8cf3adc21dd48e49b710bd18651b6cf56f [
file
]
echo
'source=$1; shift'
echo
'base=`echo "$source" | sed -e s:\\\\.c$::`'
echo exec
"$CC"
'-I. -o "$base".o -c "$source" ${1+"$@"}'