diff options
author | Adam Wudzinski <adam.wudzinski@nokia.com> | 2020-04-24 15:16:23 +0200 |
---|---|---|
committer | Adam Wudzinski <adam.wudzinski@nokia.com> | 2020-04-24 15:16:23 +0200 |
commit | bba2a7ea69330b5e259ee3ac76bd7938a7b3f05f (patch) | |
tree | b8544d6c06246b5530f84c7ad9a596556bfb5035 /Makefile | |
parent | a8b58559dccc1cb5be5d22f519efe382417e7fb2 (diff) |
Remove non-existing target from Makefile
Issue-ID: AAF-1133
Signed-off-by: Adam Wudzinski <adam.wudzinski@nokia.com>
Change-Id: Ib720d2b6ff31589932b6212d69d5ac2f474e1091
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |