# TODO > Use GNU automake tools all:tomd client tomd: gcc -o tomd ./src/tomd/main.c client: gcc -o client ./src/dumb-client/main.c