ust: add userspace rcu support
[ust.git] / libtracectl / Makefile
CommitLineData
68c1021b
PMF
1all: libtracectl.so
2
3libtracectl.so: tracectl.c
09938485 4 gcc -g -shared -fPIC -I../libmarkers -I../share $(CFLAGS) -o libtracectl.so tracectl.c
68c1021b
PMF
5
6clean:
7 rm -rf *.so *.o
This page took 0.025624 seconds and 4 git commands to generate.