From f5f51ac3ef3e0db8a0940c456bce22bc9000fdbf Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 5 Feb 2009 22:25:51 -0500 Subject: [PATCH] update Makefile, -Wall --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.34.1