X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=hello%2FMakefile;h=077f59b24e7fbe2ac19031daafe1189caa72dd69;hb=b6bf28ecd4c07e7865d340f1600a35d6edc05ec8;hp=1133d19e21238a3a335b3097d6f3589843b30712;hpb=9dad1eb8e433b1dbbd199cbca2f902f3a2ae6f5e;p=ust.git diff --git a/hello/Makefile b/hello/Makefile index 1133d19..077f59b 100644 --- a/hello/Makefile +++ b/hello/Makefile @@ -1,7 +1,7 @@ all: hello hello: hello.c - gcc -g -I../libmarkers -I../share -L../libmarkers -lmarkers -L../libtracectl -ltracectl -o hello hello.c + gcc -g -I../libmarkers -I../share -L../libmarkers -lmarkers -L../libtracectl -ltracectl -L../libtracing -ltracing -o hello hello.c clean: rm -rf hello *.o