mirror of
https://github.com/mozilla/cipherscan.git
synced 2024-11-04 23:13:41 +01:00
add Makefile for the C utility
This commit is contained in:
parent
ac18195b21
commit
edab545f3e
2
top1m/Makefile
Normal file
2
top1m/Makefile
Normal file
@ -0,0 +1,2 @@
|
||||
build: parse_CAs.c
|
||||
gcc -o parse_CAs parse_CAs.c -lssl -lcrypto -ljson-c --std=gnu99
|
Loading…
Reference in New Issue
Block a user