Update Makefile

Print build execution time
This commit is contained in:
Wayne Warthen
2024-11-02 12:56:51 -07:00
parent 3470b9a656
commit cecb72f20d

View File

@@ -28,4 +28,4 @@ dist:
$(MAKE) --directory Source clean
distlog:
$(MAKE) dist 2>&1 | tee make.log
time -p $(MAKE) dist 2>&1 | tee make.log