mirror of
https://github.com/LCPQ/quantum_package
synced 2024-11-07 22:53:57 +01:00
Remove fancy_type pickled when Make veryclean is call
This commit is contained in:
parent
92ce14a9b0
commit
e4b4871cb5
@ -16,6 +16,10 @@ default: ezfio
|
|||||||
|
|
||||||
veryclean:
|
veryclean:
|
||||||
$(QPACKAGE_ROOT)/scripts/clean_modules.sh $(ALL_MODULES)
|
$(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
|
$(ALL_MODULES): ezfio
|
||||||
$(QPACKAGE_ROOT)/scripts/build_modules.sh $@
|
$(QPACKAGE_ROOT)/scripts/build_modules.sh $@
|
||||||
|
Loading…
Reference in New Issue
Block a user