Update makefile
This commit is contained in:
4
makefile
4
makefile
@@ -65,7 +65,9 @@ help:
|
|||||||
init:
|
init:
|
||||||
@mkdir -p output source_code includes config
|
@mkdir -p output source_code includes config
|
||||||
@touch config/source_code_list config/version config/header_list source_code/main.c
|
@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:
|
synch:
|
||||||
@echo "Synchronizing source code files..."
|
@echo "Synchronizing source code files..."
|
||||||
|
|||||||
Reference in New Issue
Block a user