Skip to content
Snippets Groups Projects
Commit ba057d0a authored by burneykb's avatar burneykb
Browse files

Adding setsetpoint symlink to makefile

parent e934fbcf
No related branches found
No related tags found
1 merge request!2WIP: use a circular buffer
...@@ -23,7 +23,7 @@ CLIBINARY=Cli ...@@ -23,7 +23,7 @@ CLIBINARY=Cli
CLISRCDIR=src/cli CLISRCDIR=src/cli
CLISOURCES := $(wildcard $(CLISRCDIR)/*.c) CLISOURCES := $(wildcard $(CLISRCDIR)/*.c)
CLIOBJECTS = $(CLISOURCES:$(CLISRCDIR)/%.c=$(OBJDIR)/%.o) CLIOBJECTS = $(CLISOURCES:$(CLISRCDIR)/%.c=$(OBJDIR)/%.o)
SYMLINKS=monitor setpid getpid SYMLINKS=monitor setpid getpid setsetpoint
# Frontend-common stuff # Frontend-common stuff
FESRCDIR=src/frontend FESRCDIR=src/frontend
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment