blob: 4cca7e8f8a4b7dcfe6d82ef411de2fc45c87d147 [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.
zx_executable("watch") {
sources = [
"watch.c",
]
deps = [
"$zx/system/ulib/fdio",
]
}