mirror of
https://github.com/id-Software/Quake-III-Arena.git
synced 2026-03-20 00:49:37 +01:00
5 lines
68 B
Bash
5 lines
68 B
Bash
#!/bin/sh
|
|
export BUILDDIR=.\\out
|
|
mkdir out
|
|
nmake -f makefile.nt all
|