X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FgTopLevel%2FMakefile;h=cd800f906c528a108e7b0fa5e796907c49b37e45;hb=82466efd82082c6101d1c2c0c217f681b37160e8;hp=a8f9d6b06709222bac1ebb70eeb97045b5250e65;hpb=0328c0e2938ce714d5d7358afdca00195577198e;p=helm.git diff --git a/helm/gTopLevel/Makefile b/helm/gTopLevel/Makefile index a8f9d6b06..cd800f906 100644 --- a/helm/gTopLevel/Makefile +++ b/helm/gTopLevel/Makefile @@ -14,8 +14,8 @@ all: gTopLevel opt: gTopLevel.opt DEPOBJS = xml2Gdome.ml proofEngineReduction.ml proofEngine.ml cic2Xml.ml \ - cic2acic.ml logicalOperations.ml sequentPp.ml mquery.mli mquery.ml \ - gTopLevel.ml + cic2acic.ml cic2acic.mli logicalOperations.ml sequentPp.ml \ + mquery.mli mquery.ml gTopLevel.ml TOPLEVELOBJS = xml2Gdome.cmo proofEngineReduction.cmo proofEngine.cmo \ cic2Xml.cmo cic2acic.cmo logicalOperations.cmo sequentPp.cmo \