ust: add files from kernel
[ust.git] / hello / Makefile
... / ...
CommitLineData
1all: hello
2
3hello: hello.c
4 gcc -g -L../libtracectl -ltracectl -o hello hello.c
5
6clean:
7 rm -rf hello *.o
This page took 0.02157 seconds and 4 git commands to generate.