8b7e40842298787987df6c410e3c976e39bb95bf
[ust.git] / hello / Makefile
1 all: hello
2
3 hello: hello.c
4 #dynamic version
5 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
6 # -Wl,--print-map
7
8 clean:
9 rm -rf hello *.o
10
11 .PHONY: all hello clean
This page took 0.027499 seconds and 3 git commands to generate.