aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/CoqMakefile.in
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2017-06-29 14:56:36 -0400
committerGravatar Jason Gross <jgross@mit.edu>2017-06-30 13:16:54 -0400
commitd83bd63441d313b6dabe71cae647b1950c621cf6 (patch)
tree2651efaba54a87d1e1fb38cf28d94eae64722500 /tools/CoqMakefile.in
parent35e0f327405fb659c7ec5f9f7d26ea284aa45810 (diff)
Better support for make TIMED=1 on Windows
Diffstat (limited to 'tools/CoqMakefile.in')
-rw-r--r--tools/CoqMakefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/CoqMakefile.in b/tools/CoqMakefile.in
index 7b01c1b66..06d4d0b5b 100644
--- a/tools/CoqMakefile.in
+++ b/tools/CoqMakefile.in
@@ -62,7 +62,7 @@ VERBOSE ?=
# Time the Coq process (set to non empty), and how (see default value)
TIMED?=
TIMECMD?=
-STDTIME?=/usr/bin/time -f "$* (user: %U mem: %M ko)"
+STDTIME?=/usr/bin/time -f "$* (real: %e, user: %U, sys: %S, mem: %M ko)"
# Coq binaries
COQC ?= "$(COQBIN)coqc"