doc/examples: fix make clean
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 21 Jun 2013 18:56:44 +0000 (14:56 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 21 Jun 2013 18:56:44 +0000 (14:56 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
doc/examples/list/Makefile

index c291efefc80813c1ce866220fc8d7395fb31ed9a..a0e76728663ff78785d453c2f41f78478bfc09d8 100644 (file)
@@ -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
This page took 0.025259 seconds and 4 git commands to generate.