mirror of
https://github.com/Luzifer/ots.git
synced 2025-02-09 03:38:38 -05:00
11 lines
228 B
Makefile
11 lines
228 B
Makefile
generate: l10n
|
|
coffee -c frontend/application.coffee
|
|
go generate
|
|
|
|
l10n:
|
|
cd frontend/locale && goi18n *
|
|
|
|
publish:
|
|
curl -sSLo golang.sh https://raw.githubusercontent.com/Luzifer/github-publish/master/golang.sh
|
|
bash golang.sh
|