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
commitbd1a1a886a82f878d46e5db26c2e764c7a302093 (patch)
tree1b64195b93dc93fd51c5ff51a58965e12b204f67 /Jamroot.jam
parentInitial workings of project2 - renders gentoobrowse homepage (diff)
downloadlibjsonpp-bd1a1a886a82f878d46e5db26c2e764c7a302093.tar.bz2
libjsonpp-bd1a1a886a82f878d46e5db26c2e764c7a302093.tar.xz
libjsonpp-bd1a1a886a82f878d46e5db26c2e764c7a302093.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 ;