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