continue work on build system
[ust.git] / hello / Makefile
diff --git a/hello/Makefile b/hello/Makefile
deleted file mode 100644 (file)
index 8b7e408..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-all: hello
-
-hello: hello.c
-#dynamic version
-       gcc -g -I../libmarkers -I../share -I../libtracing -L../libmarkers -lmarkers -L../libtracectl -ltracectl -L../libtracing -ltracing $(CFLAGS) -Wl,-rpath ../../../../urcu -o hello hello.c tp.c
-       # -Wl,--print-map
-
-clean:
-       rm -rf hello *.o
-
-.PHONY: all hello clean
This page took 0.022693 seconds and 4 git commands to generate.