projects
/
lttng-ust.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
703c97e65e3fb3bb58a3d5416ce1d88c05d60d2c
[lttng-ust.git]
/
hello
/
Makefile
1
all
:
hello
2
3
hello
:
hello.c
4
gcc
-
g
-
I..
/
libmarkers
-
I..
/
share
-
I..
/
libtracing
-
L..
/
libmarkers
-
lmarkers
-
L..
/
libtracectl
-
ltracectl
-
L..
/
libtracing
-
ltracing
-
o hello hello.c serialize.c
5
6
clean
:
7
rm
-
rf hello
*
.o
8
9
.PHONY
:
all
hello
clean
This page took
0.05378 seconds
and
3
git commands to generate.