.PHONY: build tests build: meson setup build meson compile -C build tests: build build/zarn-tests install: tests meson install -C build