summaryrefslogtreecommitdiff
path: root/qpid/cpp/examples/examples/request-response/Makefile
blob: e7ef2590d34ac9e27e5fa0d64768233982dfff32 (plain)
1
2
3
4
5
6
7
8
9
10
CXX=g++
CXXFLAGS= 
LDFLAGS=-lqpidclient

PROGRAMS=client server

all: $(PROGRAMS)

clean:
	rm -f $(PROGRAMS)