testMyers.exe: testMyers.cpp
	$(CXX) -I../../../.. $^ -o $@

test: testMyers.exe
	./testMyers.exe

clean:
	-rm testMyers.exe
