4 lines
102 B
Bash
4 lines
102 B
Bash
|
|
#!/bin/bash
|
||
|
|
rm -rf build build-release build-debug build-asan release
|
||
|
|
echo "Cleaned build artifacts."
|