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