diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-08-24 22:10:09 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-08-28 15:01:48 +0300 |
commit | f7adb1ce7a13753a6acf5c9eeb9577ecdada630c (patch) | |
tree | 5bd0bb1488c0a6fb35788ea815cbd7533a0de72a /bootstrap.gmake | |
parent | 4bdf53837e010073de802070d4e6087410662d3e (diff) |
Move c build system module to separate library
Diffstat (limited to 'bootstrap.gmake')
-rw-r--r-- | bootstrap.gmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.gmake b/bootstrap.gmake index 0cafedf..0e3126e 100644 --- a/bootstrap.gmake +++ b/bootstrap.gmake @@ -130,7 +130,6 @@ endif # Note: list nested subdirectories first (used in clean). # build2_sub := \ -c \ cxx libbuild2_sub := \ @@ -140,6 +139,7 @@ test/script \ test \ install \ bin \ +c \ cc \ version \ in |