7 lines
93 B
Makefile
Raw Normal View History

TEST_GEN_PROGS := timens timerfd
CFLAGS := -Wall -Werror
LDFLAGS := -lrt
include ../lib.mk