CFLAGS=`pkg-config --cflags pangocairo` -O3
CXXFLAGS= -O3
LDFLAGS=`pkg-config --libs-only-l pangocairo` -lpng

instanssi-invtro: texture_generate.o imagedump.o
	#hsc2hs TextGen.hsc -C ${CFLAGS}
	ghc -rtsopts -O2 -optc-ffast-math -optc-O3 --make main.hs ${LDFLAGS} texture_generate.o imagedump.o

texture_generate.o:

imagedump.o:
