Clone the git repository:
git clone https://github.com/ilyak/openmp-tutorial
Adjust CXX (C++ compiler) and CXXFLAGS (compilation flags) in the Makefile if necessary.
To compile individual examples:
make 00-hello
make 01-header-and-env
...
To compile all programs:
make