build_pc_release:
	cmake -B build -DCMAKE_BUILD_TYPE=Release && cmake --build build
build_pc_debug:
	cmake -B build -DCMAKE_BUILD_TYPE=Debug && cmake --build build
