From 32094c850a92fbdc77b05f9d78cb35f385b44c2e Mon Sep 17 00:00:00 2001 From: Gergő J. Miklós Date: Sat, 10 Oct 2020 23:26:19 +0200 Subject: versionstring --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0a3c8c7..d79e2c9 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ CC = gcc ACC = arm-linux-gnueabihf-gcc -CFLAGS = -Wall +DATE = $(shell date "+%Y-%m-%d %H:%M:%S" ) +CFLAGS = -Wall -D"_BUILD_TIME_=\"$(DATE)\"" all: dir x86 ##copy -- cgit v1.2.3