summaryrefslogtreecommitdiffstats
path: root/runtime/probes/README
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/probes/README')
-rw-r--r--runtime/probes/README10
1 files changed, 0 insertions, 10 deletions
diff --git a/runtime/probes/README b/runtime/probes/README
deleted file mode 100644
index f3cd9fb2..00000000
--- a/runtime/probes/README
+++ /dev/null
@@ -1,10 +0,0 @@
-/** @dir probes
-This directory contains working example probes that demonstrate and test
-the runtime library. They are tested on i386 and x86_64.
-*/
-
-To build all probes, just type "./build"
-To clean up, "./build clean"
-To see a verbose build "./build -v"
-
-The same commands work in any probe subdirectory.