Cleanup: Bump autoconf required version to 2.69
[deliverable/lttng-ust.git] / tests / hello / Makefile.example.linux
CommitLineData
8844360e
MD
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.034711 seconds and 5 git commands to generate.