From cae284173b2817492b1de6f4e647a2a71c190ff9 Mon Sep 17 00:00:00 2001 From: Sven Eden Date: Mon, 8 Jan 2018 08:36:28 +0100 Subject: [PATCH] Prep 235: Add loginctl target to Makefile --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 865bab659..4de99579a 100644 --- 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 -- 2.30.2