]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/grafite/Makefile
Makefiles removed in favour of dune-only solution
[helm.git] / matita / components / grafite / Makefile
diff --git a/matita/components/grafite/Makefile b/matita/components/grafite/Makefile
deleted file mode 100644 (file)
index 158bc99..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-PACKAGE = grafite
-PREDICATES =
-
-INTERFACE_FILES =              \
-       grafiteAstPp.mli        \
-       $(NULL)
-IMPLEMENTATION_FILES =         \
-       grafiteAst.ml           \
-       $(INTERFACE_FILES:%.mli=%.ml)
-
-
-include ../../Makefile.defs
-include ../Makefile.common