grino/Makefile

12 lines
144 B
Makefile

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