EXAMPLE_BIN=signals

include ../Makefile.conf

signals: Intermediate/signals.o
	$(CXX) Intermediate/signals.o -o signals -lclanCore -lclanApp
