1 2 3 4 5 6 7 8
.PHONY: build build: mkdir -p build cd build/ && cmake .. cd build/ && make cp build/compile_commands.json .