3c31e6a39fc450268d5f01295c24920f4f203f4c
[ghc-hetmet.git] / glafp-utils / genargs / Makefile
1 comma = ,
2 BAR= "-L\"foo bar\""
3 FOO= $(patsubst %,$(comma)"%",$(BAR))
4
5 test:
6         @echo "$(FOO)"
7         @echo "$(BAR)" | $(PERL) genargs.pl -comma
8         @echo