summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-17 15:02:17 -0600
committerJeff Carr <[email protected]>2024-12-17 15:02:17 -0600
commit05208620a6c184d9c5db01972f32f7c5b51ccc8b (patch)
tree4a90233afde9b34c818e551f50eae6b209bba40d
parenta0b4dfa26e5d51266143e3c9880f1f1745b0cba6 (diff)
minor
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 77343f9..e30cb01 100644
--- a/Makefile
+++ b/Makefile
@@ -2,9 +2,9 @@ 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 restart # remove the repos.pb file
@echo make pull # run git pull on every repo
vet: