From 2d53e72e938086688c81d16750b2c880fee1f4cd Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Mon, 17 Aug 2009 23:55:47 -0600 Subject: [PATCH] tweak makefile to use version file instead of calling git describe directly --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 297f676b..45d34ea4 100644 --- a/src/Makefile +++ b/src/Makefile @@ -4,7 +4,7 @@ # CC=sdcc -VERSION=$(shell git describe) +VERSION=$(shell cat version) CFLAGS=--model-small --debug --opt-code-speed -- 2.30.2