Files
systemd/Makefile
T

6 lines
74 B
Makefile
Raw Normal View History

all:
ninja -C build
install:
DESTDIR=$(DESTDIR) ninja -C build install