X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2FMakefile;h=01dabc9a6393e230507603bd152db1e05c01a256;hb=73044fcac2ab47e6c9819c572f6bbd2b1e0f2a40;hp=6e483a97200d50cec4366f48ee3da5c173987ee2;hpb=2231f2820190c8743854004a9efd902d3bb5baa4;p=helm.git diff --git a/helm/software/components/Makefile b/helm/software/components/Makefile index 6e483a972..01dabc9a6 100644 --- a/helm/software/components/Makefile +++ b/helm/software/components/Makefile @@ -20,6 +20,7 @@ MODULES = \ cic \ cic_proof_checking \ cic_acic \ + cic_exportation \ metadata \ library \ acic_content \ @@ -43,7 +44,7 @@ ifeq ($(DISTRIBUTED),no) endif all: metas $(MODULES:%=rec@all@%) -opt: metas $(MODULES:%=rec@opt@%) +opt: metas syntax-extensions $(MODULES:%=rec@opt@%) ifeq ($(HAVE_OCAMLOPT),yes) world: opt