Move to kernel style SPDX license identifiers
[lttng-ust.git] / tests / compile / hello / Makefile.example.bsd
CommitLineData
c0c0989a
MJ
1# SPDX-License-Identifier: LGPL-2.1-only
2#
8844360e
MD
3# Example makefile for build outside of the LTTng-UST tree.
4
5hello:
c6c454ab 6 ${CC} -O2 -I. -o hello -lc -llttng-ust hello.c tp.c
8844360e
MD
7
8.PHONY: clean
9clean:
10 rm -f hello
This page took 0.027718 seconds and 4 git commands to generate.