add Makefile for the C utility

This commit is contained in:
Hubert Kario 2014-10-30 01:33:58 +01:00
parent ac18195b21
commit edab545f3e
1 changed files with 2 additions and 0 deletions

2
top1m/Makefile Normal file
View File

@ -0,0 +1,2 @@
build: parse_CAs.c
gcc -o parse_CAs parse_CAs.c -lssl -lcrypto -ljson-c --std=gnu99