mirror of
https://github.com/ole00/afterburner.git
synced 2024-11-22 06:32:01 +00:00
6 lines
119 B
Bash
Executable File
6 lines
119 B
Bash
Executable File
|
|
GCOM=`git rev-parse --short HEAD`
|
|
|
|
|
|
gcc -g3 -O0 -DNO_CLOSE -DGCOM="\"g${GCOM}\"" -o afterburner src_pc/afterburner.c
|