5 lines
72 B
Bash
5 lines
72 B
Bash
|
#!/bin/sh
|
||
|
export BUILDDIR=.\\out
|
||
|
mkdir out
|
||
|
nmake -f makefile.nt all
|