Skip to content
Snippets Groups Projects
Commit 47ff904d authored by xleroy's avatar xleroy
Browse files

Typo in Makefile

git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1254 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
parent 6224148f
No related branches found
No related tags found
No related merge requests found
......@@ -47,12 +47,12 @@ test_gcc:
done
time_gcc:
@for i in $(BENCHS); do \
@for i in $(PROGS); do \
echo -n "$$i: "; $(TIME) ./$$i.gcc; \
done
time_compcert:
@for i in $(BENCHS); do \
@for i in $(PROGS); do \
echo -n "$$i: "; $(TIME) ./$$i.compcert; \
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment