alex-3.2.0: test.hs
import System.Process (system) import System.Exit (exitWith) main = system "make -k -C tests clean all" >>= exitWith
import System.Process (system) import System.Exit (exitWith) main = system "make -k -C tests clean all" >>= exitWith