mirror of
https://github.com/cuberite/libdeflate.git
synced 2025-08-04 02:06:31 -04:00

"scripts" is a more descriptive name than "tools", which sounds too similar to "programs".
11 lines
202 B
Bash
Executable File
11 lines
202 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -eu
|
|
|
|
make -j CC=i686-w64-mingw32-gcc all test_programs
|
|
cp -vf *.exe /j/exe/
|
|
make -j CC=x86_64-w64-mingw32-gcc all test_programs
|
|
cp -vf *.exe /j/exe64/
|
|
|
|
sudo $HOME/bin/sudo/restart-smbd
|