X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=server%2FMakefile;h=74ba473123398c0a283101d0105b6c5713e332b9;hb=ef065a355c92c834adcfa49f866d23ef4153cf36;hp=b674ab0c6e7b5d6744fd2e9ef39a78b3b5dc70ea;hpb=41bb73186e41a5601407a4d39bfd8c6817c02d74;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