Skip to content
Snippets Groups Projects
Commit 88822938 authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Fixed clean

cmake files were not cleaned
parent 87f505ca
No related branches found
No related tags found
No related merge requests found
......@@ -163,7 +163,7 @@ endif
clean:
rm -f $(CLEANLIST)
rm -f $(PLUMED_MAIN_STATIC) $(PLUMED_MAIN_SHARED) $(PLUMED_MAIN_RUNTIME)
rm -f Plumed.inc* plumed-*
rm -f Plumed.inc* plumed-* Plumed.cmake*
# generic makefile rules
include ../maketools/make.rules
......
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