tiwiq/Makefile

12 lines
142 B
Makefile
Raw Permalink Normal View History

2023-10-03 17:28:47 +00:00
.PHONY: build tests
build:
meson setup build
meson compile -C build
tests: build
build/twq-tests
install: tests
meson install -C build