runs
[urcu.git] / Makefile
1
2 test_urcu: urcu.o test_urcu.c
3 gcc -lpthread -g -o test_urcu urcu.o test_urcu.c
4
5 urcu.o: urcu.c urcu.h
6 gcc -lpthread -g -c -o urcu.o urcu.c
This page took 0.0289239999999999 seconds and 5 git commands to generate.