X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=Makefile;h=63cbec9e5c484edfd2800c22242e359cddf2bc81;hb=41718ff94c4a07cb5f56d68084267798e471d1b1;hp=8a699a7f63d6659c67caa04eae63c0311b6c3e02;hpb=f69f195a06af55b7501ed2f59ed719970727ce5b;p=urcu.git diff --git a/Makefile b/Makefile index 8a699a7..63cbec9 100644 --- a/Makefile +++ b/Makefile @@ -4,3 +4,8 @@ test_urcu: urcu.o test_urcu.c urcu.o: urcu.c urcu.h gcc -lpthread -g -c -o urcu.o urcu.c + +.PHONY: clean + +clean: + rm -f urcu.o test_urcu