packages feed

snappy-0.1.0.0: tests/Makefile

ghc := ghc

all: qc

qc: Properties.hs
	$(ghc) --make -o $@ $^

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