1
0
mirror of https://github.com/systemd/systemd synced 2024-07-03 08:29:25 +00:00
systemd/Makefile
Zbigniew Jędrzejewski-Szmek 9ee03516df tree-wide: add spdx header on all scripts and helpers
Even though many of those scripts are very simple, it is easier to include
the header than to try to say whether each of those files is trivial enough
not to require one.
2021-01-28 09:55:35 +01: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