8a95626d3a55a4635222c086d5f0d3c0d07cf099
[lttng-ust.git] / hello / Makefile
1 all: hello
2
3 hello: hello.c
4 gcc -g -L../libtracectl -ltracectl -o hello hello.c
5
6 clean:
7 rm -rf hello *.o
This page took 0.029669 seconds and 4 git commands to generate.