Cleaned build

This commit is contained in:
Anthony Scemama 2015-06-02 15:56:51 +02:00
parent c70b96dd58
commit bb8975215d
1 changed files with 7 additions and 1 deletions

View File

@ -25,7 +25,7 @@
include version
include make.config
.PHONY: default clean distclean archive configure
.PHONY: default clean veryclean archive configure
default: make.config
$(MAKE) -C $$PWD/src
@ -47,3 +47,9 @@ archive: distclean
make.config:
python configure.py
veryclean:
$(MAKE) -C src veryclean
rm -f make.config
rm -f Ocaml/ezfio.ml
rm -f Python/ezfio.py
rm -f lib/{libezfio.a,libezfio_irp.a}