Advertisement
morty0505

Untitled

Dec 15th, 2016
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. CC= gcc
  2. CFLAGS= -Wall -std=c99 -g
  3. CFLAGSEXT= $(CFLAGS) -c
  4.  
  5. all:
  6. $(CC) $(CFLAGSEXT) prot.c cleaner.c
  7. $(CC) $(CFLAGS) cleaner.o prot.o server.c -o server
  8. $(CC) $(CFLAGS) cleaner.o prot.o client.c -o client
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement