cmark

My personal build of CMark ✏️

Commit
660c320030fa91facaee51d6119e6670e49634b3
Parent
0b746507aad92a8f7ec942e06889df62ec441f54
Author
John MacFarlane <jgm@berkeley.edu>
Date

Minor reformatting.

Diffstat

1 file changed, 2 insertions, 2 deletions

Status File Name N° Changes Insertions Deletions
Modified Makefile 4 2 2
diff --git a/Makefile b/Makefile
@@ -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'