Explorar el 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 hace 5 años
padre
commit
9f86748a58
Se han modificado 1 ficheros con 1 adiciones y 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