examples: use SPDX identifiers
[urcu.git] / doc / examples / rculfqueue / Makefile
... / ...
CommitLineData
1# SPDX-FileCopyrightText: 2013 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
2#
3# SPDX-License-Identifier: MIT
4
5# This makefile is purposefully kept simple to support GNU and BSD make.
6
7all:
8 $(AM_V_at)$(MAKE) -f Makefile.cds_lfq_enqueue
9 $(AM_V_at)$(MAKE) -f Makefile.cds_lfq_dequeue
10
11.PHONY: clean
12clean:
13 $(AM_V_at)$(MAKE) -f Makefile.cds_lfq_enqueue clean
14 $(AM_V_at)$(MAKE) -f Makefile.cds_lfq_dequeue clean
This page took 0.021911 seconds and 4 git commands to generate.