mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-05 20:50:43 +00:00
5 lines
105 B
Bash
Executable file
5 lines
105 B
Bash
Executable file
#!/bin/sh
|
|
|
|
PATH=/usr/local/cross-tools/bin:/usr/local/cross-tools/i386-mingw32msvc/bin:$PATH \
|
|
make $*
|
|
|