Merge branch 'dev'
[lttng-ust.git] / tests / hello / Makefile.example
diff --git a/tests/hello/Makefile.example b/tests/hello/Makefile.example
deleted file mode 100644 (file)
index c983f4c..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-# 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.023541 seconds and 4 git commands to generate.