diff --git a/Makefile b/Makefile index 2337c4163f876d88875a0030d8128f2da7f17dbc..037a26d2c266659833da760943773512acf701c4 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,11 @@ testcover: assets run: build ./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: rm -r dist