This commit is contained in:
evilsocket 2018-01-14 16:33:55 +01:00
commit 723d99cf62

View file

@ -1,6 +1,4 @@
TARGET=bettercap-ng
TO_UPDATE=core/banner.go
CURRENT_VERSION=$(shell cat core/banner.go | grep Version | cut -d '"' -f 2)
all: fmt vet build
@echo "@ Done"