summaryrefslogtreecommitdiffstats
path: root/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/Makefile b/tests/Makefile
index e2779f6..0870f10 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -1,9 +1,9 @@
CXXFLAGS = -g -O2 -Wall -DDEBUG
-LDFLAGS =
-LIBS = -lcg
+LDFLAGS = -L ..
+LIBS = -lcgroup
libcg_ba: libcg_ba.cpp
- $(CXX) $(CXXFLAGS) -o $@ $< $(LIBS)
+ $(CXX) $(CXXFLAGS) -o $@ $< $(LDFLAGS) $(LIBS)
clean:
\rm libcg_ba