minor
This commit is contained in:
parent
9adb650b3e
commit
30a4988f08
2
Makefile
2
Makefile
|
@ -2,7 +2,7 @@ VERSION = $(shell git describe --tags)
|
||||||
BUILDTIME = $(shell date +%Y.%m.%d)
|
BUILDTIME = $(shell date +%Y.%m.%d)
|
||||||
|
|
||||||
info:
|
info:
|
||||||
make private
|
make dirty
|
||||||
@echo "make restart # remove the repos.pb file"
|
@echo "make restart # remove the repos.pb file"
|
||||||
@echo "make private # only the private ones"
|
@echo "make private # only the private ones"
|
||||||
@echo "make mine # just show my repos"
|
@echo "make mine # just show my repos"
|
||||||
|
|
Loading…
Reference in New Issue