X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=doc%2Fexamples%2Flist%2FMakefile;fp=doc%2Fexamples%2Flist%2FMakefile;h=e62a8830c9578cebc8395a52423e883a84c70be6;hp=efd8a04e4fe8904818e8b527bb60f858e5b1d96e;hb=d427bff9f837b32b4f7cd000078ed43cc0929a73;hpb=7eba9f8868d01401bc9b09ab2764bd371b783ad1 diff --git a/doc/examples/list/Makefile b/doc/examples/list/Makefile index efd8a04..e62a883 100644 --- a/doc/examples/list/Makefile +++ b/doc/examples/list/Makefile @@ -15,6 +15,7 @@ all: $(MAKE) -f Makefile.cds_list_add_rcu $(MAKE) -f Makefile.cds_list_add_tail_rcu $(MAKE) -f Makefile.cds_list_del_rcu + $(MAKE) -f Makefile.cds_list_for_each_entry_rcu $(MAKE) -f Makefile.cds_list_replace_rcu .PHONY: clean @@ -22,4 +23,5 @@ clean: $(MAKE) -f Makefile.cds_list_add_rcu clean $(MAKE) -f Makefile.cds_list_add_tail_rcu clean $(MAKE) -f Makefile.cds_list_del_rcu clean + $(MAKE) -f Makefile.cds_list_for_each_entry_rcu $(MAKE) -f Makefile.cds_list_replace_rcu clean