.PHONY: build test build: cmake -B build -DCMAKE_BUILD_TYPE=Debug cmake --build build test: build build/tests/pix-test install: test cmake --install build check: @cppcheck --enable=all language=c++ -q src tests \ --suppress=missingInclude \ --suppress=unusedFunction \