mirror of
https://github.com/mozilla/cipherscan.git
synced 2025-01-12 15:13:50 +01:00
3 lines
85 B
Makefile
3 lines
85 B
Makefile
|
build: parse_CAs.c
|
||
|
gcc -o parse_CAs parse_CAs.c -lssl -lcrypto -ljson-c --std=gnu99
|