- Try to do better pretty printing when array elements are individually
[bpt/coccinelle.git] / bundles / menhirLib / menhir-20120123 / demos / Makefile.auto
diff --git a/bundles/menhirLib/menhir-20120123/demos/Makefile.auto b/bundles/menhirLib/menhir-20120123/demos/Makefile.auto
deleted file mode 100644 (file)
index e1515ca..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-# This auxiliary Makefile is meant to be included by a client Makefile in
-# addition to Makefile.shared. It is optional. It implements the common case
-# where every .mly file in the current directory is to be viewed as a
-# mono-module grammar specification.
-
-$(foreach module,$(wildcard *.mly),$(eval $(call menhir_monomodule,$(patsubst %.mly,%,$(module)),)))
-