|
|
|
@ -9,19 +9,19 @@ deps:
|
|
|
|
|
go get github.com/simon-weber/gomarkov
|
|
|
|
|
|
|
|
|
|
install-tg:
|
|
|
|
|
go get -u github.com/hamcha/tg
|
|
|
|
|
go get -u git.fromouter.space/hamcha/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
|
|
|
|
|
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
|
|
|
|
|
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
|
|
|
|
|
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:
|
|
|
|
|
rm -f clessy-mods clessy-stats
|