X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=doc%2Fexamples%2Fwfstack%2FMakefile;h=b8be3f5bfb733063ec3a92e4981492c3dce2454f;hp=d98d9958f312497e3fad3b29f3d33399154bf1c6;hb=53a7719131ff381866fd414cdeff4ac3dd354927;hpb=95bba308b25b1d642d1ef96210bfb70384ab6de6 diff --git a/doc/examples/wfstack/Makefile b/doc/examples/wfstack/Makefile index d98d995..b8be3f5 100644 --- a/doc/examples/wfstack/Makefile +++ b/doc/examples/wfstack/Makefile @@ -14,8 +14,10 @@ all: $(MAKE) -f Makefile.cds_wfs_push $(MAKE) -f Makefile.cds_wfs_pop + $(MAKE) -f Makefile.cds_wfs_pop_all_blocking .PHONY: clean clean: $(MAKE) -f Makefile.cds_wfs_push clean $(MAKE) -f Makefile.cds_wfs_pop clean + $(MAKE) -f Makefile.cds_wfs_pop_all_blocking clean