diff options
| -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 |
