diff options
Diffstat (limited to 'extras/hs-test/Makefile')
-rwxr-xr-x | extras/hs-test/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/extras/hs-test/Makefile b/extras/hs-test/Makefile new file mode 100755 index 00000000000..90265551c87 --- /dev/null +++ b/extras/hs-test/Makefile @@ -0,0 +1,10 @@ +all: build docker + +build: + go build ./tools/http_server + go build . + +docker: + bash ./script/build.sh + +.PHONY: docker |