ust: continue work
[ust.git] / libtracing / Makefile
diff --git a/libtracing/Makefile b/libtracing/Makefile
new file mode 100644 (file)
index 0000000..dd58ce5
--- /dev/null
@@ -0,0 +1,6 @@
+all: libtracing.so
+
+libtracing.so: *.c *.h
+       gcc -g -fPIC -I../share -I../libtracing -shared -o libtracing.so *.c
+
+.PHONY: libtracing.so all
This page took 0.023355 seconds and 4 git commands to generate.