GNU Linux-libre 4.9.337-gnu1
[releases.git] / tools / testing / selftests / nsfs / Makefile
1 TEST_PROGS := owner pidns
2
3 CFLAGS := -Wall -Werror
4
5 all: owner pidns
6 owner: owner.c
7 pidns: pidns.c
8
9 clean:
10         $(RM) owner pidns
11
12 include ../lib.mk