diff options
author | randomdan <randomdan@localhost> | 2010-11-23 19:17:42 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2010-11-23 19:17:42 +0000 |
commit | 8515f51a6d2d6d9b9f1fdb607459f3b342384ac9 (patch) | |
tree | 8052e0cc690559e56ed241e7d2c21f6c5b299255 /Jamroot.jam | |
parent | Create opening-host-unique IDs for directories and files suitable for global ... (diff) | |
download | netfs-8515f51a6d2d6d9b9f1fdb607459f3b342384ac9.tar.bz2 netfs-8515f51a6d2d6d9b9f1fdb607459f3b342384ac9.tar.xz netfs-8515f51a6d2d6d9b9f1fdb607459f3b342384ac9.zip |
Tidy up jam stuff
Diffstat (limited to 'Jamroot.jam')
-rw-r--r-- | Jamroot.jam | 3 |
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 ; |