We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e982bdd commit 518b9aaCopy full SHA for 518b9aa
1 file changed
make2/clean.sh
@@ -22,5 +22,5 @@ realpath() {
22
cd "$(realpath $(dirname "$0"))"
23
echo "entering $(pwd)"
24
25
-find .. -not -path "*/.*" -not -path "../openssl-asm/*" -not -path "../asm/*" \( -name "*.o" -o name "*.res" -o -name "*.tmp" \) -type f -delete || true
+find .. -not -path "*/.*" -not -path "../openssl-asm/*" -not -path "../asm/*" \( -name "*.o" -o -name "*.res" -o -name "*.tmp" \) -type f -delete || true
26
find .. -not -path "*/.*" -not -path "../openssl-asm/*" -not -path "../asm/*" -name "*.dSYM" -type d -delete || true
0 commit comments