diff --git a/Makefile b/Makefile index 68b07bb..9c74e14 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ PREFIX ?= /usr/local -DIST := COPYING Makefile readme.md +DIST := Makefile readme.md PROJECT := itb-ranking -VERSION = 2 +VERSION = 3 BUILD = `git describe --tags --always` $(PROJECT): main.go