(rule
  (targets build-timestamp-opt)
  (action
    (with-stdout-to build-timestamp-opt
      (system "echo -DHH_BUILD_TIMESTAMP=$(date +%s)ul"))))
