summaryrefslogtreecommitdiffstats
path: root/runtime/probes/README
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/probes/README')
-rw-r--r--runtime/probes/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/runtime/probes/README b/runtime/probes/README
index dd9fcd0c..f3cd9fb2 100644
--- a/runtime/probes/README
+++ b/runtime/probes/README
@@ -2,3 +2,9 @@
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.