ust: fix several segfaults, now seems to trace without errors
[ust.git] / libtracing / Makefile
CommitLineData
b6bf28ec
PMF
1all: libtracing.so
2
3libtracing.so: *.c *.h
c1dea0b3 4 gcc -g -fPIC -I../share -I../libtracing -I../libmarkers -shared -o libtracing.so *.c
b6bf28ec
PMF
5
6.PHONY: libtracing.so all
This page took 0.023419 seconds and 4 git commands to generate.