Skip to content

Commit f4b753b

Browse files
itielshwartzItiel Shwartz
andauthored
easier local dev (#13)
* easier local dev * rename and add build * change pull command Co-authored-by: Itiel Shwartz <[email protected]>
1 parent 927d507 commit f4b753b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Makefile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
pull:
2+
git pull
3+
4+
build:
5+
go build -o bin/dashboard .
6+
7+
8+
debug:
9+
DEBUG=1 ./bin/dashboard

0 commit comments

Comments
 (0)