ust: continue work
[ust.git] / hello / Makefile
index 8a95626d3a55a4635222c086d5f0d3c0d07cf099..1133d19e21238a3a335b3097d6f3589843b30712 100644 (file)
@@ -1,7 +1,9 @@
 all: hello
 
 hello: hello.c
-       gcc -g -L../libtracectl -ltracectl -o hello hello.c
+       gcc -g -I../libmarkers -I../share -L../libmarkers -lmarkers -L../libtracectl -ltracectl -o hello hello.c
 
 clean:
        rm -rf hello *.o
+
+.PHONY: all hello clean
This page took 0.022412 seconds and 4 git commands to generate.