.PHONY: build tests install build: cmake -B build cmake --build build tests: build build/gark-tests install: tests sudo cmake --install build force-install: sudo cmake --install build