summaryrefslogtreecommitdiffstats
path: root/extras/hs-test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'extras/hs-test/Makefile')
-rwxr-xr-xextras/hs-test/Makefile10
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