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