Browse Source

Update Makefile

Print build execution time
master
Wayne Warthen 1 year ago
parent
commit
cecb72f20d
  1. 2
      Makefile

2
Makefile

@ -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

Loading…
Cancel
Save