Fix: Build examples when rpath is stripped from in-build-tree libs
[lttng-ust.git] / Makefile
... / ...
CommitLineData
1all: hello
2
3hello: hello.c
4 gcc -g -I../libmarkers -I../share -L../libmarkers -lmarkers -L../libtracectl -ltracectl -o hello hello.c
5
6clean:
7 rm -rf hello *.o
8
9.PHONY: all hello clean
This page took 0.023652 seconds and 5 git commands to generate.