packages feed

hmeap-0.6: Help/Makefile

all:
	ghc --make -Wall -O2 browse
	ghc --make -Wall -O2 parse
	ghc --make -Wall -O2 play

clean:
	rm *.o *.hi browse parse play