chiark / gitweb /
Correct a number of trivial typos.
[elogind.git] / Makefile
index 865bab65924d90e010c6e4880fc882be6c3ccdb8..4de99579acd0640232e511c88fa028dbc6d4b9c1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-.PHONY: all install test test-login
+.PHONY: all install loginctl test test-login
 
 all:
        ninja -C build
@@ -6,6 +6,9 @@ all:
 install:
        DESTDIR=$(DESTDIR) ninja -C build install
 
+loginctl:
+       ninja -C build loginctl
+
 test:
        ninja -C build test