X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=server%2FMakefile;h=bb70c4f3d74e9cd91076d735f3083ceeb4d35eca;hb=f44384c0c76c6621f049ade9e2de00be4bfeafd0;hp=74ba473123398c0a283101d0105b6c5713e332b9;hpb=d0f77e15cfa58191a7683caf343037c25be9f31c;p=matches%2FMCTX3420.git diff --git a/server/Makefile b/server/Makefile index 74ba473..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 data.o fastcgi.o main.o sensor.o +OBJ = log.o control.o data.o fastcgi.o main.o sensor.o actuator.o RM = rm -f BIN = server