new: make install rule

This commit is contained in:
evilsocket 2018-05-22 13:05:07 +02:00
commit 1cd9795157
No known key found for this signature in database
GPG key ID: 1564D7F30393A456

View file

@ -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 .