mirror of
https://github.com/Luzifer/vault-otp-ui.git
synced 2024-11-08 16:20:06 +00:00
6 lines
74 B
Makefile
6 lines
74 B
Makefile
|
|
generate: build_js
|
|
go generate
|
|
|
|
build_js:
|
|
coffee -c application.coffee
|