Skip to content
Snippets Groups Projects
Commit f1927e36 authored by Shubham Jayswal's avatar Shubham Jayswal
Browse files

Upload New File

parent 923059af
Branches
No related tags found
No related merge requests found
Makefile 0 → 100644
CC = gcc
RM = rm -f
default: all
all: certcheck
certcheck: certexample.c
$(CC) certexample.c -l ssl -l crypto -o certcheck
clean veryclean:
$(RM) certcheck
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment