summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 297f676b..5a8afe0b 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -4,7 +4,9 @@
#
CC=sdcc
+ifndef VERSION
VERSION=$(shell git describe)
+endif
CFLAGS=--model-small --debug --opt-code-speed