GHC = /home/ger/ghc-4.08.1-binary/bin/ghc
OPTS = -c -fglasgow-exts -fallow-overlapping-instances -fallow-undecidable-instances -O -O2-for-C
BUG : 
	$(GHC) GraphDisp.hs $(OPTS)
	$(GHC) DaVinciGraphDisp.hs $(OPTS)
