mirror of
https://github.com/Luzifer/ots.git
synced 2024-10-01 01:06:09 -04:00
c74fb23cda
Signed-off-by: Knut Ahlers <knut@ahlers.me>
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
|