Guest User

Untitled

a guest
Feb 19th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. GCCFLAGS= -ansi -Wall -pedantic -ggdb -I../Sessione/
  2. LINKERFLAGS=-lpthread
  3.  
  4. all: TCP_Session.o
  5.  
  6.  
  7. TCP_Session.o: TCP_Session.c TCP_Session.h Makefile
  8. gcc -c ${GCCFLAGS} TCP_Session.c
  9.  
  10. clean:
  11. rm -f TCP_Session.o
  12. rm -f *~
Add Comment
Please, Sign In to add comment