mirror of
https://github.com/systemd/systemd
synced 2024-11-02 19:41:12 +00:00
5 lines
74 B
Makefile
5 lines
74 B
Makefile
all:
|
|
ninja -C build
|
|
|
|
install:
|
|
DESTDIR=$(DESTDIR) ninja -C build install
|