From ea22656b859f45606603c74c58fa1bcdba79f456 Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Wed, 11 Mar 2009 09:22:45 +0100 Subject: [PATCH] Fix the Makefile clean rule This removes obsolete entries from the clean rule and adds the hbal binary. --- src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile b/src/Makefile index 760d29788..0ba0c8f88 100644 --- a/src/Makefile +++ b/src/Makefile @@ -7,7 +7,7 @@ hbal: ghc --make -O2 -W hbal clean: - rm -f *.o *.cmi *.cmo *.cmx *.old hn1 zn1 *.prof *.ps *.stat *.aux \ - gmon.out *.hi README.html TAGS + rm -f *.o *.old hn1 hbal *.prof *.ps *.stat *.aux \ + *.hi README.html TAGS .PHONY : all clean hn1 hbal -- GitLab