From bba2a7ea69330b5e259ee3ac76bd7938a7b3f05f Mon Sep 17 00:00:00 2001 From: Adam Wudzinski Date: Fri, 24 Apr 2020 15:16:23 +0200 Subject: Remove non-existing target from Makefile Issue-ID: AAF-1133 Signed-off-by: Adam Wudzinski Change-Id: Ib720d2b6ff31589932b6212d69d5ac2f474e1091 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f94ad9aa..778b94d7 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -all: build start-backend run-client stop-client stop-backend +all: build start-backend run-client stop-backend start-with-client: start-backend run-client .PHONY: build -- cgit 1.2.3-korg