From 8dc7ea8481ba79094d2f073df9d0fd1f68f20d2e Mon Sep 17 00:00:00 2001 From: Thomas Applencourt Date: Tue, 5 May 2015 11:31:05 +0200 Subject: [PATCH] Touch EZFIO.cfg and ezfio.config when make veryclean for forcing the recompilation of the EZFIO --- scripts/module/clean_modules.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/module/clean_modules.sh b/scripts/module/clean_modules.sh index 608e0161..a11deb70 100755 --- a/scripts/module/clean_modules.sh +++ b/scripts/module/clean_modules.sh @@ -16,6 +16,8 @@ function do_clean() IRPF90_temp IRPF90_man Makefile.depend \ $(module_handler.py print_genealogy) include \ ezfio_interface.irp.f irpf90.make irpf90_entities tags $(ls_exe) *.mod + + touch -c EZFIO.cfg *.ezfio_config } if [[ -z $1 ]]