diff options
Diffstat (limited to 'extras/hs-test/Makefile')
-rw-r--r-- | extras/hs-test/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extras/hs-test/Makefile b/extras/hs-test/Makefile index 2bb6db951cb..f9c111eed56 100644 --- a/extras/hs-test/Makefile +++ b/extras/hs-test/Makefile @@ -1,5 +1,8 @@ all: build docker +install-dep: + apt update -y && apt install -y apache2-utils wrk + build: go build ./tools/http_server |