X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=doc%2Fexamples%2Frcu-flavor-qsbr%2FMakefile;fp=doc%2Fexamples%2Frcu-flavor-qsbr%2FMakefile;h=0000000000000000000000000000000000000000;hp=8e507222b64e10b87ee1db39c548120794621de7;hb=6df9f02d9de67572ab8bd34855eca233c16ced47;hpb=71ea53b1c44c78bac18de7ac205bf1bdc4125353 diff --git a/doc/examples/rcu-flavor-qsbr/Makefile b/doc/examples/rcu-flavor-qsbr/Makefile deleted file mode 100644 index 8e50722..0000000 --- a/doc/examples/rcu-flavor-qsbr/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright (C) 2013 Mathieu Desnoyers -# -# THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED -# OR IMPLIED. ANY USE IS AT YOUR OWN RISK. -# -# Permission is hereby granted to use or copy this program for any -# purpose, provided the above notices are retained on all copies. -# Permission to modify the code and to distribute modified code is -# granted, provided the above notices are retained, and a notice that -# the code was modified is included with the above copyright notice. -# -# This makefile is purposefully kept simple to support GNU and BSD make. - -all: - $(MAKE) -f Makefile.rcu-flavor-qsbr - -.PHONY: clean -clean: - $(MAKE) -f Makefile.rcu-flavor-qsbr clean