]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_tactics/Makefile
Implementation of ndestruct tactic (including destruction of constructor forms
[helm.git] / helm / software / components / ng_tactics / Makefile
index f05c75e949248b73a490e1f071df376d971dec9c..6bb0ac3eee918af564f94ebb8332237346fc7362 100644 (file)
@@ -8,7 +8,8 @@ INTERFACE_FILES = \
        zipTree.mli \
        andOrTree.mli \
        nAuto.mli \
-       nInversion.mli
+       nInversion.mli \
+       nDestructTac.mli
 
 IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)