default:
       g++ mytest.cpp `pkg-config libcpptest --libs --cflags` -o mytest

clean:
       rm mytest mytest.o
