X-Git-Url: https://git.lttng.org/?p=urcu.git;a=blobdiff_plain;f=doc%2Fexamples%2Flist%2FMakefile;h=8e2279e2a378b7b25dfee1501bb4f2c884bbcdaf;hp=122417d5844365a3be58863e712c10430d075096;hb=06ced8d6ec9084d8ebbbd9425f0ad2ba5e249e53;hpb=f37f1d93b55ca5f03761a840a8736613eb04f90b diff --git a/doc/examples/list/Makefile b/doc/examples/list/Makefile index 122417d..8e2279e 100644 --- a/doc/examples/list/Makefile +++ b/doc/examples/list/Makefile @@ -11,4 +11,11 @@ # # This makefile is purposefully kept simple to support GNU and BSD make. -include Makefile.cds_list_add_rcu +all: + $(MAKE) -f Makefile.cds_list_add_rcu + $(MAKE) -f Makefile.cds_list_del_rcu + +.PHONY: clean +clean: + $(MAKE) -f Makefile.cds_list_add_rcu clean + $(MAKE) -f Makefile.cds_list_del_rcu clean