mirror of
https://github.com/LCPQ/quantum_package
synced 2024-11-04 05:03:54 +01:00
Fix veryclean in QPROOT
This commit is contained in:
parent
fe93782666
commit
5f84af566c
2
Makefile
2
Makefile
@ -93,6 +93,6 @@ ocaml/Qptypes.ml:
|
|||||||
QPACKAGE_ROOT=$$PWD ./scripts/install_ocaml.sh | tee install_ocaml.log
|
QPACKAGE_ROOT=$$PWD ./scripts/install_ocaml.sh | tee install_ocaml.log
|
||||||
|
|
||||||
veryclean:
|
veryclean:
|
||||||
rm -f EZFIO
|
rm -rf EZFIO
|
||||||
$(MAKE) EZFIO
|
$(MAKE) EZFIO
|
||||||
$(MAKE) -C src veryclean
|
$(MAKE) -C src veryclean
|
||||||
|
Loading…
Reference in New Issue
Block a user