# SPDX-FileCopyrightText: 2013 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
#
# SPDX-License-Identifier: MIT

# This makefile is purposefully kept simple to support GNU and BSD make.

EXAMPLE_NAME = cds_wfcq_enqueue

SOURCES = $(EXAMPLE_NAME).c
OBJECTS = $(EXAMPLE_NAME).o
BINARY = $(EXAMPLE_NAME)
LIBS = -lurcu-common

include ../Makefile.examples.template
