mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
new: make install rule
This commit is contained in:
parent
a3ef4e66f0
commit
1cd9795157
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -19,6 +19,10 @@ clean:
|
|||
@rm -rf $(TARGET)*
|
||||
@rm -rf build
|
||||
|
||||
install:
|
||||
@mkdir -p /usr/share/bettercap/caplets
|
||||
@cp bettercap /usr/local/bin/
|
||||
|
||||
docker:
|
||||
@docker build -t bettercap:latest .
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue