ust: be able to list markers using ust
[ust.git] / libtracectl / Makefile
CommitLineData
68c1021b
PMF
1all: libtracectl.so
2
3libtracectl.so: tracectl.c
fbd8191b 4 gcc -g -shared -fPIC -I../libmarkers -I../share -o libtracectl.so tracectl.c
68c1021b
PMF
5
6clean:
7 rm -rf *.so *.o
This page took 0.022141 seconds and 4 git commands to generate.