[Haskell-cafe] EDSL for Makefile

C K Kashyap ckkashyap at gmail.com
Sat Oct 2 01:30:02 EDT 2010


On Thu, Sep 30, 2010 at 5:35 PM, Emil Axelsson <emax at chalmers.se> wrote:
> How about:
>
>  execute ("gcc -c " ++ dependencyList ++ " -o " ++ target r1)
>
> / Emil

Thanks Emil ... yeah, that works...I was wondering what I could do to
not have to mention "r1" explicitly.
I'll check out Neil's pdf and video now - perhaps I'll find answers there.

-- 
Regards,
Kashyap


More information about the Haskell-Cafe mailing list