Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
ea71b10a3d18e5589f44b836a83003a6e741d6bb
/
.
/
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
)