X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fexamples%2Flist%2FMakefile;h=c291efefc80813c1ce866220fc8d7395fb31ed9a;hb=17fb31883652e28774dbb148f7237382de3ab504;hp=e62a8830c9578cebc8395a52423e883a84c70be6;hpb=d427bff9f837b32b4f7cd000078ed43cc0929a73;p=urcu.git diff --git a/doc/examples/list/Makefile b/doc/examples/list/Makefile index e62a883..c291efe 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_rcu $(MAKE) -f Makefile.cds_list_for_each_entry_rcu $(MAKE) -f Makefile.cds_list_replace_rcu @@ -23,5 +24,6 @@ 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_rcu $(MAKE) -f Makefile.cds_list_for_each_entry_rcu $(MAKE) -f Makefile.cds_list_replace_rcu clean