Welcome to mirror list, hosted at ThFree Co, Russian Federation.

clean.sh - github.com/torch/distro.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 50a597e9a966a475388025789465bec693577576 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/env bash

THIS_DIR=$(cd $(dirname $0); pwd)
find "${THIS_DIR}/" -type d -name build -o -name install \
    | grep -v '/exe/luajit-rocks/' | xargs -I {} rm -rf {}

rm -rf extra/threads/CMakeFiles
rm -rf extra/threads/build.luarocks
rm -rf extra/threads/CMakeCache.txt
rm -rf extra/threads/Makefile
rm -rf extra/threads/cmake_install.cmake
rm -rf extra/threads/install_manifest.txt

rm -rf extra/luafilesystem/lfs.so