Add api0 compile tests
[lttng-ust.git] / tests / compile / api0 / hello / Makefile.example.linux
CommitLineData
d0e8dd39
MJ
1# Example makefile for build outside of the LTTng-UST tree.
2
3hello:
4 ${CC} -O2 -I. -o hello -ldl -llttng-ust hello.c tp.c
5
6.PHONY: clean
7clean:
8 rm -f hello
This page took 0.022249 seconds and 4 git commands to generate.