ust: initial commit
[ust.git] / hello / Makefile
CommitLineData
68c1021b
PMF
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.024408 seconds and 4 git commands to generate.