X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=doc%2Fexamples%2Flist%2FMakefile;h=a0e76728663ff78785d453c2f41f78478bfc09d8;hb=58fc50c30aa0138a459cce47aa468a6f6e515dff;hp=75076500e8c55364585901cd754fe6db5d6a3f0b;hpb=05796604aee3ce40f4170b691b6126c89c2d09e6;p=urcu.git diff --git a/doc/examples/list/Makefile b/doc/examples/list/Makefile index 7507650..a0e7672 100644 --- a/doc/examples/list/Makefile +++ b/doc/examples/list/Makefile @@ -15,9 +15,15 @@ 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 .PHONY: clean 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 clean + $(MAKE) -f Makefile.cds_list_for_each_entry_rcu clean + $(MAKE) -f Makefile.cds_list_replace_rcu clean