add make clean
authorMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Fri, 6 Feb 2009 00:42:15 +0000 (19:42 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Fri, 6 Feb 2009 00:42:15 +0000 (19:42 -0500)
Makefile

index 8a699a7f63d6659c67caa04eae63c0311b6c3e02..63cbec9e5c484edfd2800c22242e359cddf2bc81 100644 (file)
--- 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
This page took 0.024226 seconds and 4 git commands to generate.