From 47b3957957e0720f94caa814fd4e535ba4fadbc2 Mon Sep 17 00:00:00 2001 From: epochryphon Date: Sat, 29 Aug 2026 04:28:41 +0200 Subject: [PATCH] Update makefile --- makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/makefile b/makefile index 97eacaf..6d91953 100644 --- a/makefile +++ b/makefile @@ -65,7 +65,9 @@ help: init: @mkdir -p output source_code includes config @touch config/source_code_list config/version config/header_list source_code/main.c - @echo "_00.000.00.0000" > config/version + @date +_%y.%j.%H.%M%S > config/version + @echo source_code/main.c > config/source_code_list + synch: @echo "Synchronizing source code files..."