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

12 lines
145 B
Makefile

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