Explorar o código

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 %!s(int64=5) %!d(string=hai) anos
pai
achega
9f86748a58
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ci.sh

+ 1 - 1
ci.sh

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