Change repos in makefile
This commit is contained in:
parent
e1145ecb44
commit
0aa54ca467
1 changed files with 5 additions and 5 deletions
10
Makefile
10
Makefile
|
@ -9,19 +9,19 @@ deps:
|
||||||
go get github.com/simon-weber/gomarkov
|
go get github.com/simon-weber/gomarkov
|
||||||
|
|
||||||
install-tg:
|
install-tg:
|
||||||
go get -u github.com/hamcha/tg
|
go get -u git.fromouter.space/hamcha/tg
|
||||||
|
|
||||||
tg-broker: install-tg
|
tg-broker: install-tg
|
||||||
go get -u github.com/hamcha/tg/cmd/tg-broker
|
go get -u git.fromouter.space/hamcha/tg/cmd/tg-broker
|
||||||
|
|
||||||
clessy-mods: install-tg
|
clessy-mods: install-tg
|
||||||
go build -o clessy-mods github.com/hamcha/clessy/mods
|
go build -o clessy-mods git.fromouter.space/hamcha/clessy/mods
|
||||||
|
|
||||||
clessy-stats: install-tg
|
clessy-stats: install-tg
|
||||||
go build -o clessy-stats github.com/hamcha/clessy/stats
|
go build -o clessy-stats git.fromouter.space/hamcha/clessy/stats
|
||||||
|
|
||||||
clessy-stats-import: install-tg
|
clessy-stats-import: install-tg
|
||||||
go build -o clessy-stats-import github.com/hamcha/clessy/stats-import
|
go build -o clessy-stats-import git.fromouter.space/hamcha/clessy/stats-import
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f clessy-mods clessy-stats
|
rm -f clessy-mods clessy-stats
|
Reference in a new issue