URI:
       tMakefile - unix-socket - unix socket C example
  HTML git clone https://git.parazyd.org/unix-socket
   DIR Log
   DIR Files
   DIR Refs
       ---
       tMakefile (86B)
       ---
            1 all: clean
            2         cc -o client client.c
            3         cc -o server server.c
            4 
            5 clean:
            6         rm -f client server