From cd3ecb1560871efc7d69a9503682e7baaf48b1e2 Mon Sep 17 00:00:00 2001 From: siddharth Date: Sun, 8 May 2022 22:28:01 -0400 Subject: Makefile: update fmt and test --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b4a5b41..740b9fd 100644 --- a/Makefile +++ b/Makefile @@ -7,8 +7,8 @@ peach: fmt go build fmt: - go fmt ${MOD} ${MOD}/http/client + go fmt ${MOD} ${MOD}/client ${MOD}/nws test: - go test -v ${MOD}/http/client + go test ${MOD}/client ${MOD}/nws ${ARGS} .PHONY: test -- cgit v1.2.3