Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
2f4f64cdfb599fa1369560865af3e52250416e15
/
.
/
tools
/
accounting
/
Makefile
blob: 03687f19cbb17477c55f1a1360aa69d5842df67c [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0
CC
:=
$
(
CROSS_COMPILE
)
gcc
CFLAGS
:=
-
I
../../
usr
/
include
PROGS
:=
getdelays
all
:
$
(
PROGS
)
clean
:
rm
-
fr $
(
PROGS
)