linux-surface/tools/testing/selftests/capabilities/Makefile
2017-08-10 09:25:24 -04:00

9 lines
145 B
Makefile

TEST_GEN_FILES := validate_cap
TEST_GEN_PROGS := test_execve
CFLAGS += -O2 -g -std=gnu99 -Wall
LDLIBS += -lcap-ng -lrt -ldl
include ../lib.mk