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