From 9a24280760cd70177b3ec30e679a8eb65d87ffa4 Mon Sep 17 00:00:00 2001 From: Sven Eden Date: Wed, 13 Dec 2017 08:54:48 +0100 Subject: Add test-login target for Code::Blocks for easier debugging. --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b7e13fba2..865bab659 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,13 @@ +.PHONY: all install test test-login + all: ninja -C build install: DESTDIR=$(DESTDIR) ninja -C build install + +test: + ninja -C build test + +test-login: + ninja -C build test-login -- cgit v1.2.3