Skip to content

Update Makefile#1

Closed
fnzv wants to merge 1 commit intobettercap:masterfrom
fnzv:patch-1
Closed

Update Makefile#1
fnzv wants to merge 1 commit intobettercap:masterfrom
fnzv:patch-1

Conversation

@fnzv
Copy link

@fnzv fnzv commented Jan 7, 2018

make

@ Installing dependencies ...
@ Compiling resources into go files ...
bindata: Input path 'net/oui.dat' is not a directory.
Makefile:24: recipe for target 'resources' failed
make: *** [resources] Error 1

And after changing go-bindata -o net/oui_compiled.go -pkg net net/oui.dat to go-bindata -o net/oui_compiled.go -pkg net net/

make

@ Installing dependencies ...
@ Compiling resources into go files ...
@ Building ...
@ Done

# make
@ Installing dependencies ...
@ Compiling resources into go files ...
bindata: Input path 'net/oui.dat' is not a directory.
Makefile:24: recipe for target 'resources' failed
make: *** [resources] Error 1

And after changing go-bindata -o net/oui_compiled.go -pkg net net/oui.dat to go-bindata -o net/oui_compiled.go -pkg net net/

# make
@ Installing dependencies ...
@ Compiling resources into go files ...
@ Building ...
@ Done
@evilsocket
Copy link
Member

that was not reason why it did not build, already fixed.

@evilsocket evilsocket closed this Jan 7, 2018
@wcrigger wcrigger mentioned this pull request Mar 21, 2018
evilsocket pushed a commit that referenced this pull request Oct 18, 2019
@javrong javrong mentioned this pull request Jan 19, 2020
evilsocket pushed a commit that referenced this pull request Feb 20, 2021
Remove unnecessary guard around `delete`
@strunz983 strunz983 mentioned this pull request Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants