Sign in
linux
/
linux
/
kernel
/
git
/
dhowells
/
linux-fs
/
0226635c304cfd5c9db9b78c259cb713819b057e
/
.
/
tools
/
cgroup
/
Makefile
blob: ffca068e4a761ec02635b2383f46e4e876630bd9 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0
# Makefile for cgroup tools
CFLAGS
=
-
Wall
-
Wextra
all
:
cgroup_event_listener
%:
%.
c
$
(
CC
)
$
(
CFLAGS
)
-
o $@ $
^
clean
:
$
(
RM
)
cgroup_event_listener