27803da2b44862a4b5f11b0778e721a446d18272
[lttng-ust.git] / libtracectl / Makefile
1 all: libtracectl.so
2
3 libtracectl.so: tracectl.c
4 gcc -g -shared -fPIC -I../libmarkers -I../share $(CFLAGS) -o libtracectl.so tracectl.c
5
6 clean:
7 rm -rf *.so *.o
This page took 0.030029 seconds and 3 git commands to generate.