mirror of
https://git.proxmox.com/git/systemd
synced 2025-12-26 06:30:33 +00:00
8 lines
120 B
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
|