]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - tools/cgroup/Makefile
Merge tag 'docs-4.15-2' of git://git.lwn.net/linux
[mirror_ubuntu-bionic-kernel.git] / tools / cgroup / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 # Makefile for cgroup tools
3
4 CC = $(CROSS_COMPILE)gcc
5 CFLAGS = -Wall -Wextra
6
7 all: cgroup_event_listener
8 %: %.c
9 $(CC) $(CFLAGS) -o $@ $^
10
11 clean:
12 $(RM) cgroup_event_listener