summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2012-10-14 14:01:15 +0000
committerGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2012-10-14 14:01:15 +0000
commitfccd14d21ad7d4848fad1e11ec56ee28486b08af (patch)
tree1ab0dae7cc50e181453f349918785c459945e748 /Makefile
parentb7ece9390230882513633413f13f5cf7a34040db (diff)
Clight: split off the big step semantics in ClightBigstep.
Cstrategy: updated the big-step semantics with Eseqand and Eseqor. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2062 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9e011fa..844697d 100644
--- a/Makefile
+++ b/Makefile
@@ -93,7 +93,7 @@ BACKEND=\
CFRONTEND=Ctypes.v Cop.v Csyntax.v Csem.v Cstrategy.v Cexec.v \
Initializers.v Initializersproof.v \
SimplExpr.v SimplExprspec.v SimplExprproof.v \
- Clight.v Cshmgen.v Cshmgenproof.v \
+ Clight.v ClightBigstep.v Cshmgen.v Cshmgenproof.v \
Csharpminor.v Cminorgen.v Cminorgenproof.v
# Putting everything together (in driver/)