From 7d8d1fa42eb62196d4963efb6955816d72800d83 Mon Sep 17 00:00:00 2001 From: Kazuki Sakamoto Date: Sat, 5 Dec 2015 20:51:24 -0800 Subject: [PATCH] Fix `make distclean` #165 --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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