test: MemoryPool.cc MemoryPoolTest.cc
	g++ MemoryPool.cc MemoryPoolTest.cc -g -o test

clean:
	rm -r test