From: Bdale Garbee Date: Tue, 18 Aug 2009 05:55:47 +0000 (-0600) Subject: tweak makefile to use version file instead of calling git describe directly X-Git-Tag: debian/1.1-1~50 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=2d53e72e938086688c81d16750b2c880fee1f4cd;p=fw%2Faltos tweak makefile to use version file instead of calling git describe directly --- 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