aboutsummaryrefslogtreecommitdiffstats
path: root/extras/hs-test/Makefile
blob: 90265551c87e0ba1c43b5975eca52bc7677a30ed (plain)
1
2
3
4
5
6
7
8
9
10
all: build docker

build:
	go build ./tools/http_server
	go build .

docker:
	bash ./script/build.sh

.PHONY: docker