summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2010-11-23 19:17:42 +0000
committerrandomdan <randomdan@localhost>2010-11-23 19:17:42 +0000
commitdea1589a62c6cffc72ca286ace76dfdd93118166 (patch)
treec5920d5eb1c61950fc443f42ffb44dae464139e8 /Jamroot.jam
parentSend a plain text part in emails (diff)
downloadproject2-dea1589a62c6cffc72ca286ace76dfdd93118166.tar.bz2
project2-dea1589a62c6cffc72ca286ace76dfdd93118166.tar.xz
project2-dea1589a62c6cffc72ca286ace76dfdd93118166.zip
Tidy up jam stuff
Diffstat (limited to 'Jamroot.jam')
-rw-r--r--Jamroot.jam3
1 files changed, 3 insertions, 0 deletions
diff --git a/Jamroot.jam b/Jamroot.jam
index e69de29..1bf5f1c 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -0,0 +1,3 @@
+using gcc ;
+
+alias all : project2 netfs ;