diff options
-rw-r--r-- | bbot/buildfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bbot/buildfile b/bbot/buildfile index 3925585..cdb83a5 100644 --- a/bbot/buildfile +++ b/bbot/buildfile @@ -28,7 +28,7 @@ if ($cxx.target.class == "linux") { ./: exe{bbot-agent} service{'bbot-agent@'} - exe{bbot-agent}: agent/cxx{agent} agent/libue{bbot} + exe{bbot-agent}: agent/{hxx ixx txx cxx}{+agent} agent/libue{bbot} agent/ { @@ -38,9 +38,9 @@ if ($cxx.target.class == "linux") } } -./: exe{bbot-worker}: worker/cxx{worker} worker/libue{bbot} +./: exe{bbot-worker}: worker/{hxx ixx txx cxx}{+worker} worker/libue{bbot} - worker/ +worker/ { libue{bbot}: {hxx ixx txx cxx}{* -worker -worker-options -*.test...} \ {hxx ixx cxx}{worker-options} \ |