From f40a16181b5dc20472aed33b894a8d39495361aa Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 10 May 2017 15:39:21 -0400 Subject: [PATCH] remove git-annex-shell symlink on clean --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 508a72b42f..0958edb50e 100644 --- a/Makefile +++ b/Makefile @@ -107,7 +107,7 @@ clean: Setup Build/InstallDesktopFile Build/EvilSplicer \ Build/Standalone Build/OSXMkLibs Build/LinuxMkLibs \ Build/DistributionUpdate Build/BuildVersion Build/MakeMans \ - git-union-merge .tasty-rerun-log + git-annex-shell git-union-merge .tasty-rerun-log find . -name \*.o -exec rm {} \; find . -name \*.hi -exec rm {} \;