Files
helm-dashboard/Makefile
Itiel shwartz f4b753b19f easier local dev (#13)
* easier local dev

* rename and add build

* change pull command

Co-authored-by: Itiel Shwartz <itielshwartz@Itiels-MacBook-Pro.local>
2022-09-20 09:02:37 +01:00

9 lines
87 B
Makefile

pull:
git pull
build:
go build -o bin/dashboard .
debug:
DEBUG=1 ./bin/dashboard