Tests: implement REUSE with SPDX identifiers
[lttng-ust.git] / tests / compile / api0 / hello / Makefile.example.linux
CommitLineData
89a8858d
MJ
1# SPDX-FileCopyrightText: 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
2#
3# SPDX-License-Identifier: MIT
4
d0e8dd39
MJ
5# Example makefile for build outside of the LTTng-UST tree.
6
7hello:
8 ${CC} -O2 -I. -o hello -ldl -llttng-ust hello.c tp.c
9
10.PHONY: clean
11clean:
12 rm -f hello
This page took 0.025563 seconds and 4 git commands to generate.