6 lines
125 B
Makefile
6 lines
125 B
Makefile
CFLAGS += -std=c99 -pthread -iquote../../../../include/uapi -Wall
|
|
|
|
TEST_GEN_PROGS := peeksiginfo vmaccess
|
|
|
|
include ../lib.mk
|