mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-03-11 20:22:49 +00:00
8 lines
139 B
Bash
Executable File
8 lines
139 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# example: ./build.sh everything togl
|
|
|
|
export VALVE_NO_AUTO_P4=1
|
|
|
|
make MAKE_VERBOSE=1 NO_CHROOT=1 -f $1.mak $2 -j$(nproc --all)
|