From 09191af04cee9df51e45a8c2c8a4cb9f5c713622 Mon Sep 17 00:00:00 2001 From: burneykb <burneykb@iastate.edu> Date: Mon, 23 Jan 2017 18:45:42 -0600 Subject: [PATCH] Adding setsetpoint symlink to makefile --- groundStation/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groundStation/Makefile b/groundStation/Makefile index b199aef1a..32c9062ef 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 -- GitLab