summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 1c0bc58..707302a 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -3,15 +3,6 @@ LIBS = -lcgroup
INC = -I ..
CXXFLAGS = -g -O2 -Wall -DDEBUG $(INC)
-TARGET= libcgrouptest01 \
- libcg_ba
-
-all: $(TARGET)
-
-
-libcgrouptest01: libcgrouptest01.c
- $(CXX) $(CXXFLAGS) -o $@ $< $(LDFLAGS) $(LIBS)
-
libcg_ba: libcg_ba.cpp
$(CXX) $(CXXFLAGS) -o $@ $< $(LDFLAGS) $(LIBS)