From e4b4871cb504fb77bc98d465fe75618cc07c6f87 Mon Sep 17 00:00:00 2001 From: Thomas Applencourt Date: Mon, 13 Apr 2015 09:57:17 +0200 Subject: [PATCH] Remove fancy_type pickled when Make veryclean is call --- src/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Makefile b/src/Makefile index 245868a8..237b3ae4 100644 --- a/src/Makefile +++ b/src/Makefile @@ -16,6 +16,10 @@ default: ezfio veryclean: $(QPACKAGE_ROOT)/scripts/clean_modules.sh $(ALL_MODULES) + # Define the dict [type in EZFIO.cfg] = ocaml type , f90 type + # If you change the qptypes_generator.ml, you need to rm this + # For simplicity add this to the veryclean rule + rm $(QPACKAGE_ROOT)/scripts/ezfio_interface/fancy_type.p $(ALL_MODULES): ezfio $(QPACKAGE_ROOT)/scripts/build_modules.sh $@