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