mirror of
https://github.com/Luzifer/ots.git
synced 2024-10-01 01:06:09 -04:00
d779f25f79
Signed-off-by: Knut Ahlers <knut@ahlers.me>
8 lines
184 B
Makefile
8 lines
184 B
Makefile
generate:
|
|
coffee -c frontend/application.coffee
|
|
go generate
|
|
|
|
publish:
|
|
curl -sSLo golang.sh https://raw.githubusercontent.com/Luzifer/github-publish/master/golang.sh
|
|
bash golang.sh
|