summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index e30cb01..4990228 100644
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,12 @@
VERSION = $(shell git describe --tags)
BUILDTIME = $(shell date +%Y.%m.%d)
-all: install
- @echo make restart # remove the repos.pb file
- @echo make private # only the private ones
- @echo make mine # just show my repos
- @echo make pull # run git pull on every repo
+all:
+ make private
+ @echo "make restart # remove the repos.pb file"
+ @echo "make private # only the private ones"
+ @echo "make mine # just show my repos"
+ @echo "make pull # run git pull on every repo"
vet:
@GO111MODULE=off go vet
@@ -40,7 +41,7 @@ private: install
fix: install
forge --fix --find-all
-all: install
+list-all: install
forge --find-all
git-reset: install