10 Oct
2005
10 Oct
'05
8:17 p.m.
On Mon, Oct 10, 2005 at 11:40:21AM +0200, Wolfgang Jeltsch <wolfgang@jeltsch.net> wrote a message of 28 lines which said:
Why don't you use a small shell script for this?
Or better, a rule in the Makefile, with suffixes: %: %.hs ghc --make -o $@ $^ So, you just have to type "make LongProgramName".