remove extension targets from build scripts

This commit is contained in:
idk
2022-09-19 15:43:09 -04:00
parent 0cac49b575
commit d9d452aca5
3 changed files with 0 additions and 6 deletions

View File

@@ -11,7 +11,5 @@ fi
./clean.sh ./clean.sh
wsl make distclean wsl make distclean
wsl make clean-extensions
wsl make new-extensions
./build.sh ./build.sh
wsl make wsl make

View File

@@ -11,7 +11,5 @@ fi
./clean.sh ./clean.sh
wsl make distclean wsl make distclean
wsl make clean-extensions
wsl make extensions
./build.sh ./build.sh
tar czvf I2P.tar.gz I2P tar czvf I2P.tar.gz I2P

View File

@@ -11,7 +11,5 @@ fi
./clean.sh ./clean.sh
wsl make distclean wsl make distclean
wsl make clean-extensions
wsl make extensions
./build.sh ./build.sh
wsl make wsl make