
default: annotateProps
	cat ../Data/Collections/Properties.hs | ./annotateProps 

annotateProps: AnnotateProps.hs
	ghc --make -o $@ $<



