systemd/Makefile
2021-03-31 15:25:31 +02:00

8 lines
120 B
Makefile

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