mirror of
https://github.com/mozilla/cipherscan.git
synced 2024-11-05 15:33:42 +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
|