chiark / gitweb /
test-sizeof: also print float types from ISO/IEC TS 18661-3
[elogind.git] / Makefile
index b7e13fba2e160ae474351f19e10333fcea09b588..4de99579acd0640232e511c88fa028dbc6d4b9c1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,16 @@
+.PHONY: all install loginctl test test-login
+
 all:
        ninja -C build
 
 install:
        DESTDIR=$(DESTDIR) ninja -C build install
+
+loginctl:
+       ninja -C build loginctl
+
+test:
+       ninja -C build test
+
+test-login:
+       ninja -C build test-login