ust: initial commit
[ust.git] / libtracectl / Makefile
CommitLineData
68c1021b
PMF
1all: libtracectl.so
2
3libtracectl.so: tracectl.c
4 gcc -g -shared -fPIC -o libtracectl.so tracectl.c
5
6clean:
7 rm -rf *.so *.o
This page took 0.022869 seconds and 4 git commands to generate.