diff --git a/Makefile b/Makefile index 4aa49643a66d60a9f4753436ec3dcf67c5743d23..11b44bfe5d594402982ef34c0647c27d7a624888 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ doc: $(DOCS) $(HSRCS) clean: - rm -f hbal hn1 + rm -f $(HPROGS) rm -f *.o *.prof *.ps *.stat *.aux *.hi cd Ganeti/HTools && rm -f *.o *.prof *.ps *.stat *.aux *.hi rm -f $(DOCS) TAGS Ganeti/HTools/Version.hs