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