minor
This commit is contained in:
parent
a0b4dfa26e
commit
05208620a6
2
Makefile
2
Makefile
|
@ -2,9 +2,9 @@ VERSION = $(shell git describe --tags)
|
||||||
BUILDTIME = $(shell date +%Y.%m.%d)
|
BUILDTIME = $(shell date +%Y.%m.%d)
|
||||||
|
|
||||||
all: install
|
all: install
|
||||||
|
@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
|
||||||
@echo make restart # remove the repos.pb file
|
|
||||||
@echo make pull # run git pull on every repo
|
@echo make pull # run git pull on every repo
|
||||||
|
|
||||||
vet:
|
vet:
|
||||||
|
|
Loading…
Reference in New Issue