aboutsummaryrefslogtreecommitdiff
path: root/build/buildfile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-01-05 15:03:39 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-01-05 15:03:39 +0200
commitd3e624ef7c0fb274e62b81c4c7bd59640770520a (patch)
treed26e8531ec41ceb9eb99aff1557ab25ba2c89bea /build/buildfile
parent7e3f16c393a614e0a951abe3f7237c8169d689a9 (diff)
Rename 'bd' to 'b'
What the heck, let's be bold, right?
Diffstat (limited to 'build/buildfile')
-rw-r--r--build/buildfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/buildfile b/build/buildfile
index 8bd80b7..88ea4d6 100644
--- a/build/buildfile
+++ b/build/buildfile
@@ -1,7 +1,7 @@
-exe{bd1}: obj{bd algorithm scope parser lexer target prerequisite rule \
+exe{b1}: obj{b algorithm scope parser lexer target prerequisite rule \
native context cxx/target cxx/rule process timestamp path}
-obj{bd}: cxx{bd}
+obj{b}: cxx{b}
obj{algorithm}: cxx{algorithm}
obj{scope}: cxx{scope}
obj{parser}: cxx{parser}