X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=hello%2FMakefile;h=d68b5455e6c352b9f6c84107aa282a3a9daee046;hb=bb07823d7dc174f7bd96d30843acfac7424dd0d2;hp=8a95626d3a55a4635222c086d5f0d3c0d07cf099;hpb=68c1021b2136a6aea5dbbe138c5103e30b5d8712;p=lttng-ust.git diff --git a/hello/Makefile b/hello/Makefile index 8a95626d..d68b5455 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 clean: rm -rf hello *.o + +.PHONY: all hello clean