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