Merge pull request #180 from macvim-dev/fix/make_clean

Remove qlstephen/build in make clean
This commit is contained in:
Kazuki Sakamoto
2015-12-19 00:41:19 -08:00
+1 -1
View File
@@ -2964,7 +2964,7 @@ macvim-dmg: macvim
macvimclean:
if test -d MacVim; then \
rm -rf MacVim/build xxd/xxd.dSYM; \
rm -rf MacVim/build MacVim/qlstephen/build xxd/xxd.dSYM; \
fi