# SPDX-FileCopyrightText: 2013 Mathieu Desnoyers # # SPDX-License-Identifier: MIT # This makefile is purposefully kept simple to support GNU and BSD make. EXAMPLE_NAME = bp SOURCES = $(EXAMPLE_NAME).c OBJECTS = $(EXAMPLE_NAME).o BINARY = $(EXAMPLE_NAME) LIBS = -lurcu-bp include ../Makefile.examples.template