This repository has been archived on 2024-03-07. You can view files and clone it, but cannot push or open issues/pull-requests.
m4ze/Makefile

9 lines
113 B
Makefile

.PHONY: build install
build:
meson setup build
meson compile -C build
install: build
meson install -C build