diff --git a/elfloader-basic/build.fc.x86_64 b/elfloader-basic/build.fc.x86_64 index fb3871c..454c70f 100755 --- a/elfloader-basic/build.fc.x86_64 +++ b/elfloader-basic/build.fc.x86_64 @@ -1,6 +1,7 @@ #!/bin/sh test -d "../repos/unikraft" || git clone https://github.com/unikraft/unikraft ../repos/unikraft +test -d "../repos/apps/elfloader" || git clone https://github.com/unikraft/app-elfloader ../repos/apps/elfloader test -d "../repos/libs/libelf" || git clone https://github.com/unikraft/lib-libelf ../repos/libs/libelf make distclean diff --git a/elfloader-basic/build.qemu.x86_64 b/elfloader-basic/build.qemu.x86_64 index ec19c61..4204c85 100755 --- a/elfloader-basic/build.qemu.x86_64 +++ b/elfloader-basic/build.qemu.x86_64 @@ -1,6 +1,7 @@ #!/bin/sh test -d "../repos/unikraft" || git clone https://github.com/unikraft/unikraft ../repos/unikraft +test -d "../repos/apps/elfloader" || git clone https://github.com/unikraft/app-elfloader ../repos/apps/elfloader test -d "../repos/libs/libelf" || git clone https://github.com/unikraft/lib-libelf ../repos/libs/libelf make distclean