Cleanup: separate tests between 'unit' and 'compile'
[lttng-ust.git] / tests / hello / Makefile.example.bsd
diff --git a/tests/hello/Makefile.example.bsd b/tests/hello/Makefile.example.bsd
deleted file mode 100644 (file)
index 607171c..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-# Example makefile for build outside of the LTTng-UST tree.
-
-hello:
-       ${CC} -O2 -I. -o hello -lc -llttng-ust hello.c tp.c
-
-.PHONY: clean
-clean:
-       rm -f hello
This page took 0.023644 seconds and 4 git commands to generate.