tort: tort.C
	g++ `Magick++-config --cxxflags --cppflags` -O2 tort.C -o tort `Magick++-config --ldflags --libs`
	strip tort

clean:
	rm -f tort

