all:
	g++ -o orga2.o -Wall -I $$AMDAPPSDKROOT/include/ -L $$AMDAPPSDKROOT/lib/x86_64 -c orga2.cpp -lOpenCL

clean: 
	rm orga2.o
