Cleanup: separate tests between 'unit' and 'compile'
[lttng-ust.git] / tests / compile / hello / Makefile.example.linux
diff --git a/tests/compile/hello/Makefile.example.linux b/tests/compile/hello/Makefile.example.linux
new file mode 100644 (file)
index 0000000..c983f4c
--- /dev/null
@@ -0,0 +1,8 @@
+# Example makefile for 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.022961 seconds and 4 git commands to generate.