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