a.out: test.cpp g++ -I../../include test.cpp -std=c++11 ./a.out .PHONY: clean clean: rm -rf a.out