X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=server%2FMakefile;h=0858d7d59062c4cf35fcba929464fdf4567fb5f7;hb=e14a8636e0f9b4f097ee053367776efd977e7c92;hp=ef834a13cd922047b4a0ae43316cae6cbaf87c54;hpb=7cf2a1ee590162b788f14a7a51f533ded133770e;p=matches%2FMCTX3420.git diff --git a/server/Makefile b/server/Makefile index ef834a1..0858d7d 100644 --- a/server/Makefile +++ b/server/Makefile @@ -2,7 +2,7 @@ CXX = gcc FLAGS = -std=c99 -Wall -Werror -pedantic -g LIB = -lpthread -lfcgi -lssl -lcrypto -OBJ = log.o sensor.o fastcgi.o thread.o main.o +OBJ = log.o control.o sensor.o fastcgi.o thread.o main.o RM = rm -f BIN = server