From 626e628417182e2d648d1f5eb7679387f426f3c8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 19 Jul 2016 14:42:11 -0400 Subject: [PATCH] fix clean of Build/MakeMans --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5db1b627c4..325b345f68 100644 --- a/Makefile +++ b/Makefile @@ -101,7 +101,7 @@ clean: doc/.ikiwiki html dist tags Build/SysConfig.hs \ Setup Build/InstallDesktopFile Build/EvilSplicer \ Build/Standalone Build/OSXMkLibs Build/LinuxMkLibs \ - Build/DistributionUpdate Build/BuildVersion Build/Mans \ + Build/DistributionUpdate Build/BuildVersion Build/MakeMans \ git-union-merge .tasty-rerun-log find . -name \*.o -exec rm {} \; find . -name \*.hi -exec rm {} \;