# if you want to run the examples and check them on your terminal # type make run_all: *.cpp g++ -std=c++11 *.cpp -c clean: rm *.o