fix: unix socket peercred on FreeBSD
[lttng-ust.git] / tests / compile / hello / Makefile.example.bsd
CommitLineData
8844360e
MD
1# Example makefile for build outside of the LTTng-UST tree.
2
3hello:
c6c454ab 4 ${CC} -O2 -I. -o hello -lc -llttng-ust hello.c tp.c
8844360e
MD
5
6.PHONY: clean
7clean:
8 rm -f hello
This page took 0.027386 seconds and 4 git commands to generate.