Remove libstd recipe

This commit is contained in:
Jeremy Soller 2016-12-28 19:59:26 -07:00
parent 47d232c3d7
commit b769485cee
2 changed files with 1 additions and 2 deletions

2
all.sh
View File

@ -1,4 +1,4 @@
for recipe in `ls -1 recipes | grep -v libstd`
for recipe in `ls -1 recipes`
do
./cook.sh $recipe $*
done

View File

@ -1 +0,0 @@
GIT=https://github.com/redox-os/libstd.git