4 lines
123 B
Text
4 lines
123 B
Text
buildPhase = ''
|
|
find . -type f -not -name 'racer.vim' -exec rm -rf {} \;
|
|
rm -rf editors images src
|
|
'';
|