From 3a8ed19bf83f11ff00c4904fab2cc083b7e33478 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Wed, 5 Jan 2022 14:01:29 -0800 Subject: Cleaned up/ Standardized --- Common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Common.mk') diff --git a/Common.mk b/Common.mk index e20a058..41cd7bd 100644 --- a/Common.mk +++ b/Common.mk @@ -26,7 +26,7 @@ ifeq ($(BSP),2) CFLAGS += -DBSP23 endif -CFLAGS += -DVERSION="\"0.0e $(shell git log --pretty=format:'%h' -n 1)\"" +CFLAGS += -DVERSION="\"0.0e\"" .PHONY: clean run run-debug debug export tree -- cgit v1.2.1