SoW-2020-0002: Trace Hit Counters: Implement key-addressed counters in shared memory...
[deliverable/lttng-ust.git] / tests / hello / Makefile.example.bsd
1 # Example makefile for build outside of the LTTng-UST tree.
2
3 hello:
4 ${CC} -O2 -I. -o hello -lc -llttng-ust hello.c tp.c
5
6 .PHONY: clean
7 clean:
8 rm -f hello
This page took 0.0454 seconds and 5 git commands to generate.