make clean keeps ezfio.sh

Version:1.4.1
This commit is contained in:
Anthony Scemama 2019-01-23 00:14:40 +01:00
parent fa6d40a857
commit 0f4a79c240
2 changed files with 1 additions and 2 deletions

View File

@ -35,7 +35,6 @@ clean:
- bash -c "[[ -f lib/libezfio.a ]] && rm $$PWD/lib/*"
- bash -c "[[ -f Python/ezfio.py ]] && rm $$PWD/Python/*"
- bash -c "[[ -f Ocaml/ezfio.ml ]] && rm $$PWD/Ocaml/*"
- bash -c "[[ -f Bash/ezfio.sh ]] && rm $$PWD/Bash/*"
- $(MAKE) -C $$PWD/src veryclean
archive: veryclean

View File

@ -1 +1 @@
VERSION=1.4.0
VERSION=1.4.1