diff --git a/Makefile b/Makefile index 35f24d7..9cbc461 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ VERSION = $(shell git describe --tags) BUILDTIME = $(shell date +%Y.%m.%d) info: - make private + make dirty @echo "make restart # remove the repos.pb file" @echo "make private # only the private ones" @echo "make mine # just show my repos"