Added a dilatometer "sensor"
[matches/MCTX3420.git] / testing / fastcgi-approach / Makefile
index 03be42f..61b7c40 100644 (file)
@@ -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

UCC git Repository :: git.ucc.asn.au