diff --git a/groundStation/Makefile b/groundStation/Makefile index b199aef1a4adda78d5c3b95b7355ab6667254efa..32c9062ef683a66deef45a0cf04334bf016d9e17 100644 --- a/groundStation/Makefile +++ b/groundStation/Makefile @@ -23,7 +23,7 @@ CLIBINARY=Cli CLISRCDIR=src/cli CLISOURCES := $(wildcard $(CLISRCDIR)/*.c) CLIOBJECTS = $(CLISOURCES:$(CLISRCDIR)/%.c=$(OBJDIR)/%.o) -SYMLINKS=monitor setpid getpid +SYMLINKS=monitor setpid getpid setsetpoint # Frontend-common stuff FESRCDIR=src/frontend