Browse Source

Fix make libs in CI

There is no make libc

➜  relibc git:(master) make libc
make: *** No rule to make target 'libc'.  Stop.
Ahmed Abd El Mawgood 5 years ago
parent
commit
9f86748a58
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ci.sh

+ 1 - 1
ci.sh

@@ -7,5 +7,5 @@ then
     make all
     make test
 else
-    make libc
+    make libs
 fi