]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blob - tools/accounting/Makefile
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
[mirror_ubuntu-zesty-kernel.git] / tools / accounting / Makefile
1 CC := $(CROSS_COMPILE)gcc
2 CFLAGS := -I../../usr/include
3
4 PROGS := getdelays
5
6 all: $(PROGS)
7
8 clean:
9 rm -fr $(PROGS)