blob: c61b1044e7b00acb24a4b94d0cc7477f36d2ac63 [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
executable("watch") {
sources = [
"watch.c",
]
deps = [
"$zx/system/ulib/fdio",
]
}