Systemd/Makefile

6 lines
66 B
Makefile

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