pywiq/Makefile

15 lines
161 B
Makefile

.PHONY: build tests doc
build:
meson setup build
meson compile -C build
tests: build
build/pwq-tests
install: tests
meson install -C build
doc:
doxygen