From c937d5b9f206c6ba5312890d8391dd03b635ade4 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 11 Sep 2013 13:28:08 -0400 Subject: [PATCH] fix .o cleaning --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4d3542f13b..b8995b23c5 100644 --- a/Makefile +++ b/Makefile @@ -76,7 +76,8 @@ clean: doc/.ikiwiki html dist tags Build/SysConfig.hs build-stamp \ Setup Build/InstallDesktopFile Build/EvilSplicer \ Build/Standalone Build/OSXMkLibs - find -name \*.o -or -name \*.hi -exec rm {} \; + find -name \*.o -exec rm {} \; + find -name \*.hi -exec rm {} \; Build/InstallDesktopFile: Build/InstallDesktopFile.hs $(GHC) --make $@