X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Fcompile%2Fhello%2FMakefile.example.linux;h=74fda7bbdda0031ebcc80b38bda48ca09909a48a;hb=bb71a8ea3b2e7335393a6810887fb9b145cc6f7e;hp=c983f4c45f457fde9615208979817bb770291563;hpb=dbe6ade0ba17270b2cb119b9961bbb7e48ce4733;p=lttng-ust.git diff --git a/tests/compile/hello/Makefile.example.linux b/tests/compile/hello/Makefile.example.linux index c983f4c4..74fda7bb 100644 --- a/tests/compile/hello/Makefile.example.linux +++ b/tests/compile/hello/Makefile.example.linux @@ -1,4 +1,6 @@ -# Example makefile for build outside of the LTTng-UST tree. +# SPDX-License-Identifier: LGPL-2.1-only +# +# Example makefile to build outside of the LTTng-UST tree. hello: ${CC} -O2 -I. -o hello -ldl -llttng-ust hello.c tp.c