uatomic/x86: Remove redundant memory barriers
[urcu.git] / doc / examples / rculfqueue / Makefile
CommitLineData
1c87adb3 1# SPDX-FileCopyrightText: 2013 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
d4b71408 2#
1c87adb3
MJ
3# SPDX-License-Identifier: MIT
4
d4b71408
MD
5# This makefile is purposefully kept simple to support GNU and BSD make.
6
7all:
dbfa8879
MJ
8 $(AM_V_at)$(MAKE) -f Makefile.cds_lfq_enqueue
9 $(AM_V_at)$(MAKE) -f Makefile.cds_lfq_dequeue
d4b71408
MD
10
11.PHONY: clean
12clean:
dbfa8879
MJ
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.037094 seconds and 5 git commands to generate.