doc/examples: update cds_wfs_pop_all_blocking
[urcu.git] / doc / examples / list / Makefile
index 8e2279e2a378b7b25dfee1501bb4f2c884bbcdaf..a0e76728663ff78785d453c2f41f78478bfc09d8 100644 (file)
 
 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
This page took 0.023638 seconds and 4 git commands to generate.