Guest User

Untitled

a guest
Apr 12th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 0.14 KB | None | 0 0
  1. all: client
  2.  
  3. client: interface.c interface.h client.c client.h rpc_client.c rpc_client.h
  4.     gcc -o client interface.c client.c rpc_client.c
Add Comment
Please, Sign In to add comment