Skip to content

Commit 3994bb1

Browse files
committed
makefile: avoid repetition, reuse elapsed target
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent b63d052 commit 3994bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ finish: $(LOG_DIR)/6_report.log \
672672
$(RESULTS_DIR)/6_final.v \
673673
$(RESULTS_DIR)/6_final.sdc \
674674
$(GDS_FINAL_FILE)
675-
-@$(UTILS_DIR)/genElapsedTime.py -d "$(LOG_DIR)"
675+
$(UNSET_AND_MAKE) elapsed
676676

677677
.PHONY:
678678
elapsed:

0 commit comments

Comments
 (0)