Commit 70b188de authored by Federico Vaga's avatar Federico Vaga

tools: force rm on Makefile's clean to avoid errors

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent fac95f96
......@@ -12,7 +12,7 @@ all:
$(MAKE) -C libipmi $@
clean:
$(MAKE) -C libipmi $@
rm $(PROGS)
rm -f $(PROGS)
# placeholders, so ../Makefile is happy
modules install modules_install:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment