Do two parity flip in the writer to fix race condition
[urcu.git] / Makefile
CommitLineData
27b012e2
MD
1
2test_urcu: urcu.o test_urcu.c
f5f51ac3 3 gcc -Wall -lpthread -g -o test_urcu urcu.o test_urcu.c
27b012e2
MD
4
5urcu.o: urcu.c urcu.h
f5f51ac3 6 gcc -Wall -lpthread -g -c -o urcu.o urcu.c
c777f0b1
MD
7
8.PHONY: clean
9
10clean:
11 rm -f urcu.o test_urcu
This page took 0.023399 seconds and 4 git commands to generate.