grino/Makefile

12 lines
144 B
Makefile
Raw Permalink Normal View History

2023-09-10 23:05:29 +00:00
.PHONY: build tests
build:
meson setup build
meson compile -C build
tests: build
build/grino-tests
install: tests
meson install -C build