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