230afd8966
Before this change, release.sh built some native stuff, and Makefile.CrossWindows built the Windows releases. Instead, use a single release.make to build the whole release. It also avoids to build the server one more time.
2 lines
33 B
Bash
Executable file
2 lines
33 B
Bash
Executable file
#!/bin/bash
|
|
make -f release.make
|