mirror of
https://github.com/mozilla/cipherscan.git
synced 2024-11-04 23:13:41 +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
|