tools: fix makefile clean target

parent 477f9d5c
......@@ -17,7 +17,7 @@ install-$(ENV):
dsc_install vme.$(CPU) /acc/dsc/$(ENV)/$(CPU)/bin
clean:
rm -f *.o *.$(CPU)
rm -f *.o *.$(CPU) vme.$(CPU)
# These targets are called from ../Makefile, just do nothing
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