Sign in
linux
/
linux
/
kernel
/
git
/
dhowells
/
linux-fs
/
0226635c304cfd5c9db9b78c259cb713819b057e
/
.
/
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
)