X-Git-Url: https://git.lttng.org/?p=urcu.git;a=blobdiff_plain;f=doc%2Fexamples%2Flist%2FMakefile;h=a0e76728663ff78785d453c2f41f78478bfc09d8;hp=c291efefc80813c1ce866220fc8d7395fb31ed9a;hb=58fc50c30aa0138a459cce47aa468a6f6e515dff;hpb=398db79253cf2d9aa6dc5908acc4fe80e5393e78 diff --git a/doc/examples/list/Makefile b/doc/examples/list/Makefile index c291efe..a0e7672 100644 --- a/doc/examples/list/Makefile +++ b/doc/examples/list/Makefile @@ -24,6 +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_for_each_rcu clean + $(MAKE) -f Makefile.cds_list_for_each_entry_rcu clean $(MAKE) -f Makefile.cds_list_replace_rcu clean