systemd/Makefile

8 lines
120 B
Makefile

# SPDX-License-Identifier: LGPL-2.1-or-later
all:
ninja -C build
install:
DESTDIR=$(DESTDIR) ninja -C build install