mirror of
https://github.com/cuberite/libdeflate.git
synced 2025-08-04 10:16:44 -04:00

* Bring in common headers and program code from xpack project * Move program code to programs/ * Move library code to lib/ * GNU89 and MSVC2010 compatibility * Other changes
11 lines
163 B
Bash
Executable File
11 lines
163 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
make -j CC=i686-w64-mingw32-gcc
|
|
cp -vf *.exe /j/exe/
|
|
make -j CC=x86_64-w64-mingw32-gcc
|
|
cp -vf *.exe /j/exe64/
|
|
|
|
sudo $HOME/bin/sudo/restart-smbd
|