mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
6 lines
105 B
Bash
6 lines
105 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
PATH=/usr/local/cross-tools/bin:/usr/local/cross-tools/i386-mingw32msvc/bin:$PATH \
|
||
|
make $*
|
||
|
|