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