all: daemon client daemon: clang -g src/*.c -o main client: clang -g src/client/*.c -o client