Skip to content
Snippets Groups Projects
Commit f074d1e6 authored by Jonas Olausson's avatar Jonas Olausson
Browse files

fixed naming of files and makefile

parent 9063b543
Branches
No related tags found
No related merge requests found
File deleted
File moved
#!/bin/bash
all: certexample.c
gcc -I /usr/local/opt/openssl/include -L /usr/local/opt/openssl/lib -o certexample certexample.c -lssl -lcrypto
all: certvalidator.c
gcc -I /usr/local/opt/openssl/include -L /usr/local/opt/openssl/lib -o certvalidator certvalidator.c -lssl -lcrypto
clean:
rm -rf certvalidator
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment