mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
6 lines
74 B
Makefile
6 lines
74 B
Makefile
all:
|
|
ninja -C build
|
|
|
|
install:
|
|
DESTDIR=$(DESTDIR) ninja -C build install
|