From: Mathieu Desnoyers Date: Fri, 6 Feb 2009 03:25:51 +0000 (-0500) Subject: update Makefile, -Wall X-Git-Tag: v0.1~323 X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=f5f51ac3ef3e0db8a0940c456bce22bc9000fdbf update Makefile, -Wall --- diff --git a/Makefile b/Makefile index 63cbec9..d787820 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ test_urcu: urcu.o test_urcu.c - gcc -lpthread -g -o test_urcu urcu.o test_urcu.c + gcc -Wall -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 + gcc -Wall -lpthread -g -c -o urcu.o urcu.c .PHONY: clean