diff --git a/caph/src/build b/caph/src/build index be8d60c..ccc40bf 100755 --- a/caph/src/build +++ b/caph/src/build @@ -1,6 +1,6 @@ #!/bin/bash make -f caph.mk clean all || exit -strip caph +#strip caph test -d ../bin && cp caph ../bin