Merge pull request #166 from macvim-dev/fix/make_distclean

Fix `make distclean` #165
This commit is contained in:
Kazuki Sakamoto
2015-12-05 20:52:27 -08:00
+1 -1
View File
@@ -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