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