X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=doc%2Fexamples%2Fwfstack%2FMakefile;h=b8be3f5bfb733063ec3a92e4981492c3dce2454f;hp=284753f98de43ba20c1c350d1540fece42b12c88;hb=53a7719131ff381866fd414cdeff4ac3dd354927;hpb=3709f861dd1bd40a493440749a67abe4730a9ee2 diff --git a/doc/examples/wfstack/Makefile b/doc/examples/wfstack/Makefile index 284753f..b8be3f5 100644 --- a/doc/examples/wfstack/Makefile +++ b/doc/examples/wfstack/Makefile @@ -13,7 +13,11 @@ 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