X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2FMakefile;h=5a8afe0b9a5859a55abd80e313973d307d06eefd;hp=297f676b6b27e740edb4e561a476d55a5b8cbf0d;hb=cd5ce661e2a8f9694933358ccb5b916fbed089c2;hpb=d996aa9b32fb0eb385bd3d158256c29788a42fe3 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