diff --git a/src/Makefile b/src/Makefile index 0d881e25e8..2e13a62f55 100644 --- a/src/Makefile +++ b/src/Makefile @@ -2964,7 +2964,7 @@ macvim-dmg: macvim macvimclean: if test -d MacVim; then \ - xcodebuild -project MacVim/$(XCODEPROJ) clean; \ + rm -rf MacVim/build xxd/xxd.dSYM; \ fi