mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-16 08:27:10 +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
|