From 459123928ab5eb8fa3994a7d812ee9ec5838c0f2 Mon Sep 17 00:00:00 2001 From: Niklas Halle Date: Thu, 28 May 2020 13:59:46 +0200 Subject: erstes gedöns MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03_exercise/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to '03_exercise/Makefile') diff --git a/03_exercise/Makefile b/03_exercise/Makefile index 8c02dc9..dbf4b28 100644 --- a/03_exercise/Makefile +++ b/03_exercise/Makefile @@ -18,6 +18,7 @@ all: $(TAR) run: all srv/server& echo $$! > .srv_pid + sleep 1 echo "Client Ready:" cli/client kill `cat .srv_pid` -- cgit v1.2.3-54-g00ecf