mirror of
https://github.com/Luzifer/ots.git
synced 2025-02-24 17:09:48 -05:00
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
|