diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-05-26 12:42:34 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-05-26 12:42:34 +0200 |
commit | f353e78916a57fe21084fe34fd80c13ae4844d32 (patch) | |
tree | 392a8d6bfccad7beb70e253ad7c1786934d5657b /robot/makefile | |
parent | 54b69efe150e1a102faafb4e214159c92abbb841 (diff) |
implement info command
Diffstat (limited to 'robot/makefile')
-rw-r--r-- | robot/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/makefile b/robot/makefile index 6de886c..a6e96ee 100644 --- a/robot/makefile +++ b/robot/makefile @@ -32,7 +32,7 @@ OBJ2HEX=$(PREFIX)objcopy # debug build info string BUILD_STR=$(shell git update-index -q --refresh; git describe --tags --dirty='*' --broken='x' | cut -c1-20) -CFLAGS += -DW2_BUILD_STR="$(BUILD_STR)" +CFLAGS += -DW2_BUILD_STR=\"$(BUILD_STR)\" clean:: rm -f *.o out.hex a.out |