這裏顯示兩個版本的差異處。
Both sides previous revision 前次修改 下次修改 | 前次修改 | ||
calculation_bios_build_time [2024/07/09 08:39] don |
calculation_bios_build_time [2024/09/11 12:36] (目前版本) don |
||
---|---|---|---|
行 2: | 行 2: | ||
makefile | makefile | ||
+ | < | ||
+ | target: target1 target2 | ||
+ | < | ||
+ | </ | ||
+ | |||
- | Step1 : Add two variables | + | Step1 : Add two variables |
< | < | ||
START_TIME := $(shell echo %time%) | START_TIME := $(shell echo %time%) | ||
行 9: | 行 14: | ||
</ | </ | ||
- | Step2 : Add two labels | + | Step2 : Add two targets |
< | < | ||
start_time: | start_time: | ||
行 23: | 行 28: | ||
</ | </ | ||
- | Step3 : Add " | + | Step3 : Add " |
< | < | ||
.PHONY : all clean rebuild run RunAmiSdl AptioV sdl Prologue start_time end_time | .PHONY : all clean rebuild run RunAmiSdl AptioV sdl Prologue start_time end_time | ||
</ | </ | ||
+ | Step4 : Add the target to start location and end location\\ | ||
- | + | all: <color #ed1c24> | |
- | Step3 : Add the label to start location and end location | + | |
- | <code> | + | |
- | all: start_time Prologue $(BUILD_DIR) RunAmiSdl AptioV end_time | + | |
- | </code> | + | |