d787820349ae0188134304d7ae74a951bf183769
[urcu.git] / Makefile
1
2 test_urcu: urcu.o test_urcu.c
3 gcc -Wall -lpthread -g -o test_urcu urcu.o test_urcu.c
4
5 urcu.o: urcu.c urcu.h
6 gcc -Wall -lpthread -g -c -o urcu.o urcu.c
7
8 .PHONY: clean
9
10 clean:
11 rm -f urcu.o test_urcu
This page took 0.028211 seconds and 3 git commands to generate.