all: hello 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