mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-10-01 12:07:46 +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
|