blob: 2efe33f3a6d3afdbbb98739ade5ebcc33abd1fcb [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 = [ "//sdk/lib/fdio" ]
}