mirror of
https://github.com/yquake2/extractfunctions.git
synced 2024-11-09 22:21:41 +00:00
faa5144244
fix some warnings. Submitted by: Ozkan Sezer
3 lines
106 B
Bash
Executable file
3 lines
106 B
Bash
Executable file
#!/bin/sh
|
|
|
|
clang -o extractfuncs -Wall -DSCREWUP extractfuncs.c l_log.c l_memory.c l_precomp.c l_script.c
|