Skip to content
Snippets Groups Projects
Commit d45bfe51 authored by Will McCutchen's avatar Will McCutchen
Browse files

Add `make watch`

parent 05e94762
No related branches found
No related tags found
No related merge requests found
...@@ -18,6 +18,11 @@ testcover: assets ...@@ -18,6 +18,11 @@ testcover: assets
run: build run: build
./dist/go-httpbin ./dist/go-httpbin
watch:
# brew install entr
# https://bitbucket.org/eradman/entr/
ls */*.go | entr -r -s "go build -o dist/go-httpbin && dist/go-httpbin"
clean: clean:
rm -r dist rm -r dist
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment