repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
KVM: vmx: move struct host_state usage to struct loaded_vmcs
[linux/fpc-iii.git]
/
tools
/
cgroup
/
Makefile
blob
ffca068e4a761ec02635b2383f46e4e876630bd9
1
# SPDX-License-Identifier: GPL-2.0
2
# Makefile for cgroup tools
3
4
CFLAGS
= -
Wall
-
Wextra
5
6
all
:
cgroup_event_listener
7
%: %
.c
8
$(
CC
) $(
CFLAGS
) -
o
$
@
$
^
9
10
clean
:
11
$(
RM
)
cgroup_event_listener