mirror of
https://github.com/yquake2/extractfunctions.git
synced 2024-11-12 23:44:31 +00:00
3 lines
102 B
Bash
Executable file
3 lines
102 B
Bash
Executable file
#!/bin/sh
|
|
|
|
gcc -g -o extractfuncts -DSCREWUP extractfuncs.c l_log.c l_memory.c l_precomp.c l_script.c
|