
all:
	ghc-cvs --make Cube -o cube

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

