X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=Makefile;h=ab190970e1c6edf68b649eaa9f37fad24b6b3c38;hb=fb6e510b9ae45b9b984b4646b4be6b9d7a2bbf7c;hp=d787820349ae0188134304d7ae74a951bf183769;hpb=f5f51ac3ef3e0db8a0940c456bce22bc9000fdbf;p=urcu.git diff --git a/Makefile b/Makefile index d787820..ab19097 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1 @@ - -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 -Wall -lpthread -g -c -o urcu.o urcu.c - -.PHONY: clean - -clean: - rm -f urcu.o test_urcu +include Makefile.inc