all:
	g++  tsync.cpp -o tsync -lclanCore

clean:
	@rm -f tsync
