X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=doc%2Fexamples%2Fwfstack%2FMakefile;h=b8be3f5bfb733063ec3a92e4981492c3dce2454f;hb=bb641aa3882c0a345c98a75d4784b3b7ee6211ab;hp=284753f98de43ba20c1c350d1540fece42b12c88;hpb=3709f861dd1bd40a493440749a67abe4730a9ee2;p=userspace-rcu.git 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