packages feed

SoccerFun-0.1: template/Makefile

run: build
	./Main

build: Main

Main: *.hs
	ghc --make Main.hs

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