packages feed

redHandlers-0.1: Example/Makefile

.PHONY: application clean

application:
	ghc -o HtmlExample --make HtmlExample.hs
	ghc -o GridExample --make GridExample.hs

clean:
	-rm HtmlExample
	-rm GridExample
	-rm *.o *.hi *~