aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/ptrace/Makefile
blob: 453927fea90cae7b65005fb661bf7b8254686d32 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
CFLAGS += -iquote../../../../include/uapi -Wall
peeksiginfo: peeksiginfo.c

all: peeksiginfo

clean:
	rm -f peeksiginfo

TEST_PROGS := peeksiginfo

include ../lib.mk