aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/.gitignore5
-rw-r--r--build/b.cxx (renamed from build/bd.cxx)2
-rw-r--r--build/buildfile4
3 files changed, 7 insertions, 4 deletions
diff --git a/build/.gitignore b/build/.gitignore
index 1683c0f..6dc02d1 100644
--- a/build/.gitignore
+++ b/build/.gitignore
@@ -1 +1,4 @@
-bd
+b
+b1
+
+
diff --git a/build/bd.cxx b/build/b.cxx
index 394665a..a5123f1 100644
--- a/build/bd.cxx
+++ b/build/b.cxx
@@ -1,4 +1,4 @@
-// file : build/bd.cxx -*- C++ -*-
+// file : build/b.cxx -*- C++ -*-
// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
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}