Install elf2tab in its own directory.

This commit is contained in:
Guillaume Endignoux
2020-09-29 12:42:48 +02:00
parent af4d554d01
commit 70482a2f21
4 changed files with 14 additions and 11 deletions

View File

@@ -26,7 +26,7 @@ while
# Reset the submodules
git submodule foreach 'git reset --hard && git clean -fxd'
# Reset also the main repository
git reset --hard && git clean -fxd
git reset --hard && git clean -fxd --exclude elf2tab
set +x
echo "DONE."