include ../test_helpers/make_common default: check .PHONY: check clean check: @ghc $(GHC_FLAGS_DEVEL) -i$(SRC_LOCATION) -i$(HELPER_LOCATION) \ --make EventParserTest.hs >& /dev/null @./EventParserTest clean: rm -f *.hi *.o EventParserTest