Skip to content
Snippets Groups Projects
Commit ea22656b authored by Iustin Pop's avatar Iustin Pop
Browse files

Fix the Makefile clean rule

This removes obsolete entries from the clean rule and adds the hbal
binary.
parent 34a6e127
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment