all:
	g++ Transmitter.cpp -DLINUX -lboost_filesystem -lboost_thread -lboost_system -lpthread -I. -I../../../../../../src -std=c++11 -o Transmitter
