diff options
Diffstat (limited to 'project-root.jam')
-rw-r--r-- | project-root.jam | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/project-root.jam b/project-root.jam new file mode 100644 index 0000000000..ea64b4409a --- /dev/null +++ b/project-root.jam @@ -0,0 +1,5 @@ + +import gcc ; +import lex ; +import bison ; +import testing ; |