diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-11-28 22:32:09 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-11-28 22:32:09 -0800 |
commit | 660c320030fa91facaee51d6119e6670e49634b3 (patch) | |
tree | 8089e32738d76304a0b0087cbeafcb9904ae6d26 /Makefile | |
parent | 0b746507aad92a8f7ec942e06889df62ec441f54 (diff) |
Minor reformatting.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -132,8 +132,8 @@ progit/progit.md: progit bench: $(BENCHFILE) { sudo renice 99 $$$$; \ for x in `seq 1 $(NUMRUNS)` ; do \ - /usr/bin/env time -p ${PROG} </dev/null >/dev/null ; \ - /usr/bin/env time -p ${PROG} <$< >/dev/null ; \ + /usr/bin/env time -p $(PROG) </dev/null >/dev/null ; \ + /usr/bin/env time -p $(PROG) <$< >/dev/null ; \ done \ } 2>&1 | grep 'real' | awk '{print $$2}' | python3 'bench/stats.py' |