This repository has been archived on 2024-04-23. You can view files and clone it, but cannot push or open issues/pull-requests.
sine-patre-old/Makefile

12 lines
149 B
Makefile
Raw Normal View History

2023-10-10 13:29:22 +00:00
.PHONY: build tests
build:
meson setup build
meson compile -C build
tests: build
build/sine-patre-tests
install: tests
meson install -C build