This commit is contained in:
evilsocket 2018-02-10 08:18:05 +01:00
parent 9c1c937106
commit 34f47b3ba1

View file

@ -1,4 +1,6 @@
# nothing to see here, just what i use to build for Windows # nothing to see here, just what i use to build for Windows
#
# -> https://stackoverflow.com/questions/38047858/compile-gopacket-on-windows-64bit
DIR=c:/Users/evilsocket/gopath/src/github.com/evilsocket/bettercap-ng DIR=c:/Users/evilsocket/gopath/src/github.com/evilsocket/bettercap-ng
AMD64_EXE=bettercap-ng_win32_x86_64.exe AMD64_EXE=bettercap-ng_win32_x86_64.exe
I386_EXE=bettercap-ng_win32_i386.exe I386_EXE=bettercap-ng_win32_i386.exe