Move current compile tests to 'api1'
[lttng-ust.git] / tests / compile / hello / Makefile.example.bsd
diff --git a/tests/compile/hello/Makefile.example.bsd b/tests/compile/hello/Makefile.example.bsd
deleted file mode 100644 (file)
index 3594394..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-# SPDX-License-Identifier: LGPL-2.1-only
-#
-# 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.023284 seconds and 4 git commands to generate.