SRC=my_httpd
CC=gcc -g -Wall -pedantic -lpthread -lcrypto -lssl

default: $(SRC)
