summaryrefslogtreecommitdiff
path: root/tools/build/v2/example/hello/jamroot.jam
diff options
context:
space:
mode:
Diffstat (limited to 'tools/build/v2/example/hello/jamroot.jam')
-rw-r--r--tools/build/v2/example/hello/jamroot.jam1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/build/v2/example/hello/jamroot.jam b/tools/build/v2/example/hello/jamroot.jam
new file mode 100644
index 0000000000..672ec02e90
--- /dev/null
+++ b/tools/build/v2/example/hello/jamroot.jam
@@ -0,0 +1 @@
+exe hello : hello.cpp ;