X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=Makefile;h=ab190970e1c6edf68b649eaa9f37fad24b6b3c38;hp=8a699a7f63d6659c67caa04eae63c0311b6c3e02;hb=674f7a6983f888438c36f8fba179db1a5349d3e9;hpb=f69f195a06af55b7501ed2f59ed719970727ce5b diff --git a/Makefile b/Makefile index 8a699a7..ab19097 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1 @@ - -test_urcu: urcu.o test_urcu.c - gcc -lpthread -g -o test_urcu urcu.o test_urcu.c - -urcu.o: urcu.c urcu.h - gcc -lpthread -g -c -o urcu.o urcu.c +include Makefile.inc