mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
4 lines
68 B
Bash
4 lines
68 B
Bash
#!/bin/sh
|
|
export BUILDDIR=.\\out
|
|
mkdir out
|
|
nmake -f makefile.nt all
|