packages feed

simgi-0.2: test/check_event_parser/Makefile

include ../test_helpers/make_common

default: check


.PHONY: check clean

check:
	ghc $(GHC_FLAGS_DEVEL) -i$(SRC_LOCATION) -i$(HELPER_LOCATION) \
		--make EventParserTest.hs
	@./EventParserTest


clean:
	rm -f *.hi *.o EventParserTest