From 9f86748a585215d89ac5476cb91ade30207497a0 Mon Sep 17 00:00:00 2001
From: Ahmed Abd El Mawgood <ahmedsoliman@oddcoder.com>
Date: Fri, 14 Feb 2020 18:42:38 +0000
Subject: [PATCH] Fix make libs in CI
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

There is no make libc

➜  relibc git:(master) make libc
make: *** No rule to make target 'libc'.  Stop.
---
 ci.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci.sh b/ci.sh
index 3f29adc31..1c5d33b03 100755
--- a/ci.sh
+++ b/ci.sh
@@ -7,5 +7,5 @@ then
     make all
     make test
 else
-    make libc
+    make libs
 fi
-- 
GitLab