Ver Fonte

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 há 5 anos atrás
pai
commit
9f86748a58
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      ci.sh

+ 1 - 1
ci.sh

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