SmartAudio/lichee/linux-4.9/tools/testing/selftests/nsfs/Makefile

13 lines
145 B
Makefile
Raw Normal View History

2018-07-13 01:31:50 +00:00
TEST_PROGS := owner pidns
CFLAGS := -Wall -Werror
all: owner pidns
owner: owner.c
pidns: pidns.c
clean:
$(RM) owner pidns
include ../lib.mk