pywiq/Makefile

18 lines
209 B
Makefile
Raw Permalink Normal View History

.PHONY: build tests doc
2023-10-07 12:11:43 +00:00
build:
meson setup build
meson compile -C build
tests: build
build/pwq-tests
install: tests
meson install -C build
install-no-test: build
meson install -C build
doc:
doxygen