mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-10 17:59:33 +00:00
Dropped useless script
This commit is contained in:
parent
8098fc925f
commit
6dd10a4e91
12
prepare
12
prepare
@ -1,12 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ ! -f qca.pro ] || [ -d .svn ]; then
|
||||
echo This script should only be run within an exported qca tree.
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# remove cmake files
|
||||
rm -rf cmake
|
||||
rm crypto.prf.cmake
|
||||
rm qca2.pc.cmake
|
||||
find . -name CMakeLists.txt -exec rm {} \;
|
Loading…
x
Reference in New Issue
Block a user