]> asedeno.scripts.mit.edu Git - linux.git/blob - tools/cgroup/Makefile
Merge tag 'drm-misc-next-2019-08-08' of git://anongit.freedesktop.org/drm/drm-misc...
[linux.git] / tools / cgroup / Makefile
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