
all:
	ghc6 -Wall --make Cube -o cube

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

