BUILD_DIR=build .PHONY: $(BUILD_DIR) tests build: meson setup $(BUILD_DIR) meson compile -C $(BUILD_DIR) tests: $(BUILD_DIR) ./$(BUILD_DIR)/roza-tests install: tests meson install -C $(BUILD_DIR)