pma_bfs_demo:
	g++ main.cpp -O3 -I./algorithms -I./containers -std=c++11 -o pma_bfs_demo

clean:
	rm ./pma_bfs_demo
