X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2FMakefile;h=96049c65f11af939d736518695badd6554b4ec90;hb=4486d9156e19e4280b42bcd422d81d04f2d04a92;hp=9cc322a2d635949c49179b69ad1e0cc4383019ad;hpb=29687cbd462a332d9a36ed87500c5b737dcae3f4;p=fw%2Faltos diff --git a/src/Makefile b/src/Makefile index 9cc322a2..96049c65 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