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