diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2017-11-04 23:04:46 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2017-11-05 00:08:01 +0100 |
commit | 21be61692cefc489883822c7f718de1fe904fefe (patch) | |
tree | f2184767417abc7366e719bb2b5973a718b4cca0 /Makefile | |
parent | 168e28e950f8540b287aa095f03ce37f4e3811e1 (diff) |
ptunnel-ng:
* text formatting
* user defined magic value (prevent Cisco WSA/ironport detection)
* memset bugfix
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ # (c) 2004-2009 Daniel Stoedle, daniels@cs.uit.no # ptunnel.exe target added by Mike Miller, mike@mikeage.net -CC = gcc +CC = gcc CFLAGS = -Wall -g LDOPTS = -lpthread -lpcap PT_OBJS = ptunnel.o md5.o |