X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=server%2FMakefile;h=bb70c4f3d74e9cd91076d735f3083ceeb4d35eca;hb=f44384c0c76c6621f049ade9e2de00be4bfeafd0;hp=b674ab0c6e7b5d6744fd2e9ef39a78b3b5dc70ea;hpb=41bb73186e41a5601407a4d39bfd8c6817c02d74;p=matches%2FMCTX3420.git diff --git a/server/Makefile b/server/Makefile index b674ab0..bb70c4f 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 actuator.o RM = rm -f BIN = server