Move current compile tests to 'api1'
[lttng-ust.git] / tests / compile / api1 / hello / Makefile.example.linux
diff --git a/tests/compile/api1/hello/Makefile.example.linux b/tests/compile/api1/hello/Makefile.example.linux
new file mode 100644 (file)
index 0000000..74fda7b
--- /dev/null
@@ -0,0 +1,10 @@
+# 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
+
+.PHONY: clean
+clean:
+       rm -f hello
This page took 0.023837 seconds and 4 git commands to generate.