X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=doc%2Fexamples%2Flist%2FMakefile;h=a0e76728663ff78785d453c2f41f78478bfc09d8;hb=84f4ccb4bcf32c0336a0c7a3a4ba76d90d6dea1b;hp=8e2279e2a378b7b25dfee1501bb4f2c884bbcdaf;hpb=06ced8d6ec9084d8ebbbd9425f0ad2ba5e249e53;p=urcu.git diff --git a/doc/examples/list/Makefile b/doc/examples/list/Makefile index 8e2279e..a0e7672 100644 --- a/doc/examples/list/Makefile +++ b/doc/examples/list/Makefile @@ -13,9 +13,17 @@ 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