Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- CC= gcc
- CFLAGS= -Wall -std=c99 -g
- CFLAGSEXT= $(CFLAGS) -c
- all:
- $(CC) $(CFLAGSEXT) prot.c cleaner.c
- $(CC) $(CFLAGS) cleaner.o prot.o server.c -o server
- $(CC) $(CFLAGS) cleaner.o prot.o client.c -o client
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement