ust: continue work
[ust.git] / hello / Makefile
CommitLineData
68c1021b
PMF
1all: hello
2
3hello: hello.c
b6bf28ec 4 gcc -g -I../libmarkers -I../share -L../libmarkers -lmarkers -L../libtracectl -ltracectl -L../libtracing -ltracing -o hello hello.c
68c1021b
PMF
5
6clean:
7 rm -rf hello *.o
59b161cd
PMF
8
9.PHONY: all hello clean
This page took 0.022697 seconds and 4 git commands to generate.