X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=doc%2Fexamples%2Flist%2FMakefile;h=efd8a04e4fe8904818e8b527bb60f858e5b1d96e;hb=7eba9f8868d01401bc9b09ab2764bd371b783ad1;hp=8e2279e2a378b7b25dfee1501bb4f2c884bbcdaf;hpb=06ced8d6ec9084d8ebbbd9425f0ad2ba5e249e53;p=userspace-rcu.git diff --git a/doc/examples/list/Makefile b/doc/examples/list/Makefile index 8e2279e..efd8a04 100644 --- a/doc/examples/list/Makefile +++ b/doc/examples/list/Makefile @@ -13,9 +13,13 @@ 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_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_replace_rcu clean