From bf62446476c940cbebd66c6826043c580597faa7 Mon Sep 17 00:00:00 2001 From: Peter Thedens <pthedens@iastate.edu> Date: Mon, 6 Nov 2017 16:01:07 -0600 Subject: [PATCH] update computation graph makefile --- quad/src/computation_graph/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quad/src/computation_graph/Makefile b/quad/src/computation_graph/Makefile index ddd1f5c2e..343eb358c 100644 --- a/quad/src/computation_graph/Makefile +++ b/quad/src/computation_graph/Makefile @@ -1,6 +1,6 @@ TOP=../.. NAME = computation_graph -REQLIBS = -ltest -lm -lgraph_blocks +REQLIBS = -lunity -lm -lgraph_blocks include $(TOP)/library.mk -- GitLab