aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2015-01-23 13:33:33 +0100
committerBernhard Schommer <bernhardschommer@gmail.com>2015-01-23 13:33:33 +0100
commitb5b681b7b55abb18165eaa907b04aefb9b0fddde (patch)
tree9c0a7df4b20ede85b54fe5c4e5d326fbf30a0013 /Makefile
parent12803784f2753863985d1030999469c18e01e0f1 (diff)
parentf00b70b6a17fdfb4e8606df891f6becc8102ef12 (diff)
downloadcompcert-b5b681b7b55abb18165eaa907b04aefb9b0fddde.tar.gz
compcert-b5b681b7b55abb18165eaa907b04aefb9b0fddde.zip
Merge branch 'master' into dwarf
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e8e540b7..99fd7223 100644
--- a/Makefile
+++ b/Makefile
@@ -89,7 +89,7 @@ BACKEND=\
# C front-end modules (in cfrontend/)
-CFRONTEND=Ctypes.v Cop.v Csyntax.v Csem.v Cstrategy.v Cexec.v \
+CFRONTEND=Ctypes.v Cop.v Csyntax.v Csem.v Ctyping.v Cstrategy.v Cexec.v \
Initializers.v Initializersproof.v \
SimplExpr.v SimplExprspec.v SimplExprproof.v \
Clight.v ClightBigstep.v SimplLocals.v SimplLocalsproof.v \