BASEDIR = ../../
UTILDIR = ../../cpp/

testpa:
	g++ -I$(BASEDIR) testpa.cpp $(UTILDIR)/portal.c $(UTILDIR)/sock_utils.c -pthread

clean:
	rm a.out
