X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=Makefile;h=d787820349ae0188134304d7ae74a951bf183769;hp=63cbec9e5c484edfd2800c22242e359cddf2bc81;hb=f5f51ac3ef3e0db8a0940c456bce22bc9000fdbf;hpb=c777f0b12ffe55408365a9a29340c2060e1ffda3 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