1133d19e21238a3a335b3097d6f3589843b30712
[ust.git] / hello / Makefile
1 all: hello
2
3 hello: hello.c
4 gcc -g -I../libmarkers -I../share -L../libmarkers -lmarkers -L../libtracectl -ltracectl -o hello hello.c
5
6 clean:
7 rm -rf hello *.o
8
9 .PHONY: all hello clean
This page took 0.029772 seconds and 3 git commands to generate.