continue work on build system
[ust.git] / libtracectl / Makefile
diff --git a/libtracectl/Makefile b/libtracectl/Makefile
deleted file mode 100644 (file)
index acbfbea..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-all: libtracectl.so
-
-libtracectl.so: tracectl.c
-       gcc -g -shared -fPIC -I../libmarkers -I../libtracing -I../share -I../libustcomm -I. $(CFLAGS) -o libtracectl.so tracectl.c marker-control.c ../share/usterr.c ../libustcomm/ustcomm.c
-
-clean:
-       rm -rf *.so *.o
-
-.PHONY: libtracectl.so
This page took 0.022049 seconds and 4 git commands to generate.