X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=server%2FMakefile;h=74ba473123398c0a283101d0105b6c5713e332b9;hb=5e239c38357917d00f52ef828aaa467f2883ea09;hp=b674ab0c6e7b5d6744fd2e9ef39a78b3b5dc70ea;hpb=685168f14cc0129bc5f49e476602d223563e6660;p=matches%2FMCTX3420.git diff --git a/server/Makefile b/server/Makefile index b674ab0..74ba473 100644 --- a/server/Makefile +++ b/server/Makefile @@ -2,7 +2,7 @@ CXX = gcc FLAGS = -std=c99 -Wall -Werror -pedantic -g LIB = -lfcgi -lssl -lcrypto -lpthread -lm -OBJ = log.o control.o sensor.o fastcgi.o thread.o main.o +OBJ = log.o control.o data.o fastcgi.o main.o sensor.o RM = rm -f BIN = server