5 lines
123 B
Plaintext
Raw Normal View History

buildPhase = ''
find . -type f -not -name 'racer.vim' -exec rm -rf {} \;
rm -rf editors images src
'';