Blob Blame History Raw
import System.Process (system)
import System.Exit (exitWith)

main = system "make -k -C tests clean all" >>= exitWith