Update makefile

This commit is contained in:
2026-08-29 04:28:41 +02:00
parent d2ded49505
commit 47b3957957

View File

@@ -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..."