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