From 70b58e46b191313d226f0b34e2c356789b969051 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Thu, 27 Jul 2017 21:23:58 +0200 Subject: [PATCH] sleep in the makefile , --- client/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/Makefile b/client/Makefile index de56e1bfc..74197da1c 100644 --- a/client/Makefile +++ b/client/Makefile @@ -82,8 +82,8 @@ CORESRCS = uart_posix.c \ uart_win32.c \ util.c \ util_posix.c \ - scandir.c -# sleep.c + scandir.c \ + sleep.c CMDSRCS = crapto1/crapto1.c\ crapto1/crypto1.c\