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