X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=hello%2FMakefile;h=703c97e65e3fb3bb58a3d5416ce1d88c05d60d2c;hb=8d938dbd14e689a294f8a251e4ac255985c65ad5;hp=8a95626d3a55a4635222c086d5f0d3c0d07cf099;hpb=68c1021b2136a6aea5dbbe138c5103e30b5d8712;p=lttng-ust.git diff --git a/hello/Makefile b/hello/Makefile index 8a95626d..703c97e6 100644 --- a/hello/Makefile +++ b/hello/Makefile @@ -1,7 +1,9 @@ all: hello hello: hello.c - gcc -g -L../libtracectl -ltracectl -o hello hello.c + gcc -g -I../libmarkers -I../share -I../libtracing -L../libmarkers -lmarkers -L../libtracectl -ltracectl -L../libtracing -ltracing -o hello hello.c serialize.c clean: rm -rf hello *.o + +.PHONY: all hello clean