diff options
-rw-r--r-- | brep/buildfile | 2 | ||||
-rw-r--r-- | buildfile | 2 | ||||
-rw-r--r-- | tests/buildfile | 2 | ||||
-rw-r--r-- | tests/web/buildfile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/brep/buildfile b/brep/buildfile index 0369098..c410763 100644 --- a/brep/buildfile +++ b/brep/buildfile @@ -7,7 +7,7 @@ using cli # @@ The target should actually be mod_brep.so, not libmod_brep.so. Such # customization is not supported yet. # -.: libso{brep mod_brep} +./: libso{brep mod_brep} # brep library build rules. # @@ -3,5 +3,5 @@ # license : MIT; see accompanying LICENSE file d = brep/ loader/ tests/ -.: $d +./: $d include $d diff --git a/tests/buildfile b/tests/buildfile index ed48d00..91585cd 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -3,5 +3,5 @@ # license : MIT; see accompanying LICENSE file d = loader/ web/ -.: $d +./: $d include $d diff --git a/tests/web/buildfile b/tests/web/buildfile index 0077eae..533dd9f 100644 --- a/tests/web/buildfile +++ b/tests/web/buildfile @@ -3,5 +3,5 @@ # license : MIT; see accompanying LICENSE file d = xhtml/ -.: $d +./: $d include $d |