sofile:
	g++ -O2 -o ../lib/libPostProcessing.so *.cpp -fPIC -shared

exe:
	g++ -O2 -o ../bin/Detoken *.cpp
