summaryrefslogtreecommitdiff
path: root/Makefile
blob: eeb0dbc62f1f7ad5b5af075e507cf41c1d70e716 (plain)
1
2
3
4
5
6
7
# SPDX-License-Identifier: LGPL-2.1-or-later

all:
	ninja -C build

install:
	DESTDIR=$(DESTDIR) ninja -C build install