Sign in
zircon-guest
/
third_party
/
linux
/
31e4bdd2c25b50bca6d96995abb01a54ba5bd00e
/
.
/
tools
/
accounting
/
Makefile
blob: 11def1ad046c8be6e62a26544516834d735ea955 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0
CC
:=
$
(
CROSS_COMPILE
)
gcc
CFLAGS
:=
-
I
../../
usr
/
include
PROGS
:=
getdelays procacct
all
:
$
(
PROGS
)
clean
:
rm
-
fr $
(
PROGS
)