doc/examples: fix make clean
[urcu.git] / doc / examples / list / Makefile
index efd8a04e4fe8904818e8b527bb60f858e5b1d96e..a0e76728663ff78785d453c2f41f78478bfc09d8 100644 (file)
@@ -15,6 +15,8 @@ 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
@@ -22,4 +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 clean
+       $(MAKE) -f Makefile.cds_list_for_each_entry_rcu clean
        $(MAKE) -f Makefile.cds_list_replace_rcu clean
This page took 0.022521 seconds and 4 git commands to generate.