mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-20 02:57:12 +03:00
3 lines
84 B
Plaintext
3 lines
84 B
Plaintext
gcc -c -o common.o -DEXTERN= common.c
|
|
gcc -o runAV -DEXTERN=extern common.o runAV.c
|