import Development.Hake import Development.Hake.FunSetRaw main = hake [ rule "" ".c" $ \t (s:_) -> [ [ "cc", "-o", t, s ] ] ]