packages feed

hmeap-0.7: Help/Makefile

all:
	ghc --make -Wall -O2 browse
	ghc --make -Wall -O2 parser
	ghc --make -Wall -O2 play
	ghc --make -Wall -O2 plot
	ghc --make -Wall -O2 stat

clean:
	rm -f *.o *.hi browse parser play plot stat