]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/ng_cic_content/Makefile
Makefiles removed in favour of dune-only solution
[helm.git] / matita / components / ng_cic_content / Makefile
diff --git a/matita/components/ng_cic_content/Makefile b/matita/components/ng_cic_content/Makefile
deleted file mode 100644 (file)
index ac40a66..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-PACKAGE = ng_cic_content
-
-INTERFACE_FILES = \
-       ncic2astMatcher.mli \
-       interpretations.mli
-
-IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)
-
-
-all:
-
-
-include ../../Makefile.defs
-include ../Makefile.common