packages feed

yuiGrid-0.1: Example/Makefile

.PHONY: application clean

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

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