Guest User

Untitled

a guest
Jan 22nd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.37 KB | None | 0 0
  1. diff --git a/Makefile b/Makefile
  2. index 9d98017..9f2e1fb 100644
  3. --- a/Makefile
  4. +++ b/Makefile
  5. @@ -1,7 +1,7 @@
  6.  CC?=gcc
  7.  INCLUDES?=-I/usr/local/include
  8.  LIBDIRS?=-L/usr/local/lib
  9. -CFLAGS?=-std=c99 -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -g $(INCLUDES)
  10. +CFLAGS?=-std=c99 -O2 -Wall -g $(INCLUDES)
  11.  LIB?=-lz -lcrypto
  12.  LEX?=flex
  13.  YACC?=yacc
Add Comment
Please, Sign In to add comment