mirror of
https://git.proxmox.com/git/systemd
synced 2025-12-25 23:10:20 +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
|