diff options
| author | Bdale Garbee <bdale@gag.com> | 2009-08-17 23:55:47 -0600 |
|---|---|---|
| committer | Bdale Garbee <bdale@gag.com> | 2009-08-17 23:55:47 -0600 |
| commit | 2d53e72e938086688c81d16750b2c880fee1f4cd (patch) | |
| tree | 6032dfe6d463879bd2c03852db2219404dcd47e5 | |
| parent | 2732624c67f5397fed5f31b062feb0f27b7f8fbd (diff) | |
tweak makefile to use version file instead of calling git describe directly
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
