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