CXX=g++
CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wno-error=cast-qual -Wno-error=cast-align
LDFLAGS=-lqpidclient

all: fanout_producer listener

clean:
	rm -f fanout_producer listener
