CC=g++

CPPFLAGS += -I$(DIMDIR)/dim/
LDLIBS += -lpthread $(DIMDIR)/linux/libdim.a

all: SendRPC SendCMD

SendRPC: SendRPC.o

SendCMD: SendCMD.o

clean:
	@rm -f SendRPC SendRPC.o
	@rm -f SendCMD SendCMD.o
