b2904e85e2dc0e5de450ecc2cdf5d40e022a90ea
[ust.git] / libtracing / Makefile
1 all: libtracing.so
2
3 libtracing.so: *.c *.h
4 gcc -g -fPIC -I../share -I../libtracing -I../libmarkers -shared -o libtracing.so *.c
5
6 .PHONY: libtracing.so all
This page took 0.027326 seconds and 3 git commands to generate.