mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-03-24 03:38:04 +00:00
* easier local dev * rename and add build * change pull command Co-authored-by: Itiel Shwartz <itielshwartz@Itiels-MacBook-Pro.local>
9 lines
87 B
Makefile
9 lines
87 B
Makefile
pull:
|
|
git pull
|
|
|
|
build:
|
|
go build -o bin/dashboard .
|
|
|
|
|
|
debug:
|
|
DEBUG=1 ./bin/dashboard
|