]> matita.cs.unibo.it Git - helm.git/blobdiff - components/Makefile
In the let-in case we compute the type and add it to the context.
[helm.git] / components / Makefile
index 948ba8f3672ff3c45368aaca04d1f0a6315542ce..a700970af43c111a9e33140d70d2a5e8d893a09d 100644 (file)
@@ -23,8 +23,8 @@ MODULES =                     \
        metadata                \
        library                 \
        acic_content            \
-       content_pres            \
        grafite                 \
+       content_pres            \
        cic_unification         \
        whelp                   \
        tactics                 \
@@ -32,6 +32,7 @@ MODULES =                     \
        lexicon                 \
        grafite_engine          \
        grafite_parser          \
+       tptp_grafite            \
        $(NULL)
 
 METAS = $(MODULES:%=METAS/META.helm-%)
@@ -142,3 +143,4 @@ tags: TAGS
 TAGS:
        $(H)otags -vi -r .
 
+metas: $(filter-out METAS/META.helm-binaries, $(METAS))