Parcourir la 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 il y a 5 ans
Parent
commit
9f86748a58
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      ci.sh

+ 1 - 1
ci.sh

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