chiark
/
gitweb
/
~ianmdlvl
/
elogind.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
pwx_local: Remove obsolete backup
[elogind.git]
/
Makefile
1
.PHONY: all install loginctl test test-login
2
3
all:
4
ninja -C build
5
6
install:
7
DESTDIR=$(DESTDIR) ninja -C build install
8
9
loginctl:
10
ninja -C build loginctl
11
12
test:
13
ninja -C build test
14
15
test-login:
16
ninja -C build test-login