all:
	g++ -c -I../../ ../../tinyexr.cc
	gcc -c -I../../ test.c
	gcc test.o tinyexr.o -lstdc++
