diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-06-19 18:26:34 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-06-19 18:26:34 +0300 |
commit | 60b5be3c72aaa4df1936b62ed4704b3d5abd2247 (patch) | |
tree | dedf4c56e6209bb58671a1f0b2a2cc10f4f7d31d /buildfile | |
parent | 86f4323dcc2b0145f6ff661bcf572ea2038af3d0 (diff) |
Move project into intermediate sub-directory
Diffstat (limited to 'buildfile')
-rw-r--r-- | buildfile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/buildfile b/buildfile deleted file mode 100644 index 6bdabe2..0000000 --- a/buildfile +++ /dev/null @@ -1,4 +0,0 @@ -./: exe{hello} doc{README} file{manifest} - -exe{hello}: cxx{hello} -exe{hello}: test.arguments = World |