From 0f4a79c24054de597bbce820b1f1401dd93979fb Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Wed, 23 Jan 2019 00:14:40 +0100 Subject: [PATCH] make clean keeps ezfio.sh Version:1.4.1 --- Makefile | 1 - version | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 82b29ef..69cf2e2 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/version b/version index 8b0c5c7..8bcaf48 100644 --- a/version +++ b/version @@ -1 +1 @@ -VERSION=1.4.0 +VERSION=1.4.1