summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-18 23:05:09 -0600
committerJeff Carr <[email protected]>2024-12-18 23:05:09 -0600
commit30a4988f08f149ed22f4e770b822a9d87bf13f93 (patch)
treee7aa8b4b6e86f4f800fae4cf7663bf63a1299976
parent9adb650b3ed1a64a5207da04fe3c7e80b10cddd6 (diff)
minor
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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"