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

Fix the makefile clean rule

Use the $HPROGS variable instead of hardcoding the program names.
parent 017382b7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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