Reorganisation of the source tree
[ghc-hetmet.git] / glafp-utils / genargs / Makefile
diff --git a/glafp-utils/genargs/Makefile b/glafp-utils/genargs/Makefile
deleted file mode 100644 (file)
index 3c31e6a..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-comma = ,
-BAR= "-L\"foo bar\""
-FOO= $(patsubst %,$(comma)"%",$(BAR))
-
-test:
-       @echo "$(FOO)"
-       @echo "$(BAR)" | $(PERL) genargs.pl -comma
-       @echo