userspace-rcu/tests/regression_tests/utils/Makefile
Benjamin Marzinski 729eedd152 userspace-rcu-0.12.1-5
Replace arch-dependent /usr/include/urcu/config.h with arch-independent
  stub when needed. (bz# 1951223)
Added CI gating tests
Resolves: bz #1951223
2021-04-27 13:01:54 -05:00

11 lines
153 B
Makefile

CFLAGS = -O2 -g -Wall -D_GNU_SOURCE -DHAVE_LIBPTHREAD -pthread
LIB = libtap.a
OBJS = tap.o
$(LIB): $(OBJS)
ar rcs $@ $?
clean:
rm -f $(LIB) $(OBJS)