15 linhas
274 B
Plaintext
15 linhas
274 B
Plaintext
# Copyright 2016 The Fuchsia Authors
|
|
#
|
|
# Use of this source code is governed by a MIT-style
|
|
# license that can be found in the LICENSE file or at
|
|
# https://opensource.org/licenses/MIT
|
|
|
|
module("app") {
|
|
sources = [
|
|
"app.c",
|
|
]
|
|
deps = [
|
|
"//kernel/lib/libc",
|
|
]
|
|
}
|