From: Mathieu Desnoyers Date: Fri, 6 Feb 2009 00:42:15 +0000 (-0500) Subject: add make clean X-Git-Tag: v0.1~331 X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=c777f0b12ffe55408365a9a29340c2060e1ffda3 add make clean --- 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