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