examples: use SPDX identifiers
[urcu.git] / doc / examples / urcu-flavors / Makefile.mb
CommitLineData
1c87adb3 1# SPDX-FileCopyrightText: 2013 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
94450481 2#
1c87adb3
MJ
3# SPDX-License-Identifier: MIT
4
94450481
MD
5# This makefile is purposefully kept simple to support GNU and BSD make.
6
7EXAMPLE_NAME = mb
8
9SOURCES = $(EXAMPLE_NAME).c
10OBJECTS = $(EXAMPLE_NAME).o
11BINARY = $(EXAMPLE_NAME)
12LIBS = -lurcu-mb
13
14include ../Makefile.examples.template
This page took 0.034641 seconds and 4 git commands to generate.