import System.Process (system) import System.Exit (exitWith) main = system "make -k -C tests clean tests-debug" >>= exitWith