From b011888efa1845277b3ca99ceb322616e6b618be Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 14 Apr 2013 16:57:37 -0400 Subject: better cleaning yet --- Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 009dd0f43..be187ff70 100644 --- a/Makefile +++ b/Makefile @@ -74,10 +74,9 @@ docs: $(mans) clean: rm -rf tmp dist git-annex $(mans) configure *.tix .hpc \ doc/.ikiwiki html dist tags Build/SysConfig.hs build-stamp \ - Setup.hi Setup.o Setup \ - Build/InstallDesktopFile Build/EvilSplicer Build/Standalone Build/OSXMkLibs \ - Build/InstallDesktopFile.hi Build/EvilSplicer.hi Build/Standalone.hi Build/OSXMkLibs.hi \ - Build/InstallDesktopFile.o Build/EvilSplicer.o Build/Standalone.hi Build/OSXMkLibs.o + Setup Build/InstallDesktopFile Build/EvilSplicer \ + Build/Standalone Build/OSXMkLibs + find -name \*.o -or -name \*.hi -exec rm {} \; Build/InstallDesktopFile: Build/InstallDesktopFile.hs $(GHC) --make $@ -- cgit v1.2.3