This repository has been archived on 2023-09-10. You can view files and clone it, but cannot push or open issues/pull-requests.
joko/Makefile

13 lines
144 B
Makefile

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