Version 1.3.2

This commit is contained in:
Anthony Scemama 2018-04-27 19:04:37 +02:00
parent 9970cb0dbf
commit ade8367e05
2 changed files with 3 additions and 2 deletions

View File

@ -28,12 +28,13 @@ include make.config
.PHONY: default clean veryclean archive
default: make.config
cd src && BUILD_SYSTEM=make $(MAKE)
cd src $(MAKE)
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: distclean

View File

@ -1 +1 @@
VERSION=1.3.1
VERSION=1.3.2