summaryrefslogtreecommitdiff
path: root/buildfile
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-06-19 18:25:43 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-06-19 18:25:43 +0300
commit8bb21cfef3955e42bab30ca2dd074f29be5c2c36 (patch)
tree988419a3bb68c6233792e820725c09daf5b66d3c /buildfile
parent8f70a0a00cec8a5c72fb5bcc9a7b2b37af29736e (diff)
Move project into intermediate sub-directory
Diffstat (limited to 'buildfile')
-rw-r--r--buildfile11
1 files changed, 0 insertions, 11 deletions
diff --git a/buildfile b/buildfile
deleted file mode 100644
index 95ac13d..0000000
--- a/buildfile
+++ /dev/null
@@ -1,11 +0,0 @@
-import libs = libhello%lib{hello}
-
-./: exe{hello} doc{version} file{manifest}
-
-doc{version}: file{manifest} # Generated by the version module.
-doc{version}: dist = true
-
-exe{hello}: cxx{hello} $libs
-exe{hello}: test.arguments = World "Planet #345732"
-exe{hello}: test.output = test.out
-