diff options
| author | Jeff Carr <[email protected]> | 2024-12-18 23:05:09 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-18 23:05:09 -0600 |
| commit | 30a4988f08f149ed22f4e770b822a9d87bf13f93 (patch) | |
| tree | e7aa8b4b6e86f4f800fae4cf7663bf63a1299976 | |
| parent | 9adb650b3ed1a64a5207da04fe3c7e80b10cddd6 (diff) | |
minor
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
