You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bc...@apache.org on 2012/05/05 01:18:30 UTC

[3/4] git commit: Added Makefile for tstop

Added Makefile for tstop


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/d0b48531
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/d0b48531
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/d0b48531

Branch: refs/heads/master
Commit: d0b48531e6df48311343b1af818217e773808bcc
Parents: db91a42
Author: Bryan Call <br...@yahoo.com>
Authored: Thu May 3 15:27:11 2012 -0700
Committer: Bryan Call <br...@yahoo.com>
Committed: Thu May 3 15:27:11 2012 -0700

----------------------------------------------------------------------
 contrib/tstop/src/Makefile |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/d0b48531/contrib/tstop/src/Makefile
----------------------------------------------------------------------
diff --git a/contrib/tstop/src/Makefile b/contrib/tstop/src/Makefile
new file mode 100644
index 0000000..55d8fc1
--- /dev/null
+++ b/contrib/tstop/src/Makefile
@@ -0,0 +1,5 @@
+all: tstop.cc
+	$(CXX) $^ -o tstop -lcurl -lcurses -g
+
+clean:
+	rm -f tstop