X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=testing%2Ffastcgi-approach%2FMakefile;h=61b7c40968ab7d5d966f3351ca92318c6d895bba;hb=a671f27ecb900f91bf32b8b13edb678009e319c1;hp=03be42f184a109f24a495891d681231b04232516;hpb=81f1b8b245bc3820974ae5e270efe05fca0f89db;p=matches%2FMCTX3420.git diff --git a/testing/fastcgi-approach/Makefile b/testing/fastcgi-approach/Makefile index 03be42f..61b7c40 100644 --- a/testing/fastcgi-approach/Makefile +++ b/testing/fastcgi-approach/Makefile @@ -1,7 +1,7 @@ -CXX = gcc +CXX = clang FLAGS = -std=c99 -Wall -Werror -pedantic -g -LIB = -lpthread -lfcgi -OBJ = fastcgi.o +LIB = -lpthread -lfcgi -lcrypto +OBJ = main.o fastcgi.o RM = rm -f BIN = fast