diff --git a/Makefile b/Makefile index 0c8b153c..c30a82eb 100644 --- a/Makefile +++ b/Makefile @@ -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"