summaryrefslogtreecommitdiff
path: root/extraction/Makefile
diff options
context:
space:
mode:
authorGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2006-07-17 15:43:52 +0000
committerGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2006-07-17 15:43:52 +0000
commitc79434827bf2bd71f857f4471f7bbf381fddd189 (patch)
tree3df2fcad9be3ed0907280ab2490cad5b07a89435 /extraction/Makefile
parent28e9b3e7b8237c99f8f395d8edd8cb1dbe8c183c (diff)
Ajout d'un type-checker (non certifie) pour Cminor
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@51 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'extraction/Makefile')
-rw-r--r--extraction/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/extraction/Makefile b/extraction/Makefile
index ed590f2..687c5c5 100644
--- a/extraction/Makefile
+++ b/extraction/Makefile
@@ -20,7 +20,7 @@ FILES=\
Mach.ml Stacking.ml \
PPC.ml PPCgen.ml \
Main.ml \
- ../caml/CMparser.ml ../caml/CMlexer.ml \
+ ../caml/CMparser.ml ../caml/CMlexer.ml ../caml/CMtypecheck.ml \
../caml/PrintPPC.ml ../caml/Main2.ml
EXTRACTEDFILES:=$(filter-out ../caml/%, $(FILES))