Makefile 186 B

1234567
  1. TEST_GEN_PROGS := timens timerfd timer clock_nanosleep procfs exec futex
  2. TEST_GEN_PROGS_EXTENDED := gettime_perf
  3. CFLAGS := -Wall -Werror -pthread
  4. LDLIBS := -lrt -ldl
  5. include ../lib.mk