From b841310de83bf4bebe75aeecaef43c959615ecc8 Mon Sep 17 00:00:00 2001 From: Mike Swanson Date: Wed, 8 Feb 2017 16:33:19 -0800 Subject: [PATCH] =?UTF-8?q?Makefile:=20Use=20=E2=80=9C--dirty=E2=80=9D=20f?= =?UTF-8?q?or=20git=20describe.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ced10766..562063f6 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -VERSION=$(shell git describe 2>/dev/null || cat VERSION) +VERSION=$(shell git describe --dirty 2>/dev/null || cat VERSION) WADS=wads CPP=scripts/simplecpp DEUTEX=deutex