8a95626d3a55a4635222c086d5f0d3c0d07cf099
[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.028069 seconds and 3 git commands to generate.