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