Tests: implement REUSE with SPDX identifiers
[lttng-ust.git] / tests / compile / api1 / hello / Makefile.example.linux
CommitLineData
89a8858d 1# SPDX-FileCopyrightText: 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
c0c0989a 2#
89a8858d
MJ
3# SPDX-License-Identifier: MIT
4
c0c0989a 5# Example makefile to build outside of the LTTng-UST tree.
8844360e
MD
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.032516 seconds and 4 git commands to generate.