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 | c6033e34e7e84aefff017d34e1230d407a835e62 (patch) | |
tree | 1b64195b93dc93fd51c5ff51a58965e12b204f67 | |
parent | Initial workings of project2 - renders gentoobrowse homepage (diff) | |
download | mythfs-c6033e34e7e84aefff017d34e1230d407a835e62.tar.bz2 mythfs-c6033e34e7e84aefff017d34e1230d407a835e62.tar.xz mythfs-c6033e34e7e84aefff017d34e1230d407a835e62.zip |
Tidy up jam stuff
-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 ; |