diff --git a/build.sh b/build.sh index 497d557..43bb47d 100755 --- a/build.sh +++ b/build.sh @@ -1,3 +1,3 @@ #!/bin/bash -docker run -it --mount type=bind,src="$(pwd)",target="/workdir" polprzewodnikowy/sc64env:0.9 /bin/bash ./docker/build.sh +docker run --mount type=bind,src="$(pwd)",target="/workdir" polprzewodnikowy/sc64env:0.9 /bin/bash ./docker/build.sh diff --git a/docker/setup_quartus.sh b/docker/setup_quartus.sh old mode 100644 new mode 100755 diff --git a/sw/n64/build.sh b/sw/n64/build.sh index 5ed11b2..0a82fbd 100755 --- a/sw/n64/build.sh +++ b/sw/n64/build.sh @@ -1,3 +1,3 @@ #!/bin/bash -docker run -it --mount type=bind,src="$(pwd)",target="/workdir" polprzewodnikowy/sc64env:0.9 /bin/bash -c "make clean all" +docker run --mount type=bind,src="$(pwd)",target="/workdir" polprzewodnikowy/sc64env:0.9 /bin/bash -c "make clean all" diff --git a/sw/riscv/build.sh b/sw/riscv/build.sh index 5ed11b2..0a82fbd 100755 --- a/sw/riscv/build.sh +++ b/sw/riscv/build.sh @@ -1,3 +1,3 @@ #!/bin/bash -docker run -it --mount type=bind,src="$(pwd)",target="/workdir" polprzewodnikowy/sc64env:0.9 /bin/bash -c "make clean all" +docker run --mount type=bind,src="$(pwd)",target="/workdir" polprzewodnikowy/sc64env:0.9 /bin/bash -c "make clean all"