summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-05-10 15:39:21 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-05-10 15:39:21 -0400
commit61442e48c753560cb055eee5aa6b93417a2b273c (patch)
treec8577968c9580d03bd0582eb4f3148368d962674 /Makefile
parent187b23f727f80ca4a1eee4e8e5b33c51b8d95526 (diff)
remove git-annex-shell symlink on clean
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 508a72b42..0958edb50 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 {} \;