X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=hello%2FMakefile;h=1133d19e21238a3a335b3097d6f3589843b30712;hb=59b161cdfcaad93fee295add37090a3d991e7aa8;hp=8a95626d3a55a4635222c086d5f0d3c0d07cf099;hpb=183646e613012a150edf2aa814e9bc44fd67e089;p=ust.git diff --git a/hello/Makefile b/hello/Makefile index 8a95626..1133d19 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 -L../libmarkers -lmarkers -L../libtracectl -ltracectl -o hello hello.c clean: rm -rf hello *.o + +.PHONY: all hello clean