From 5605f78daca7db0bb4c22d28a9286c01cc4da0da Mon Sep 17 00:00:00 2001 From: siddharth ravikumar Date: Sat, 28 May 2022 03:59:57 -0400 Subject: peach: add photon package --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5aeb0c4..6a9fb15 100644 --- a/Makefile +++ b/Makefile @@ -7,10 +7,10 @@ peach: fmt go build ${BUILD_OPTS} fmt: - go fmt ${MOD} ${MOD}/client ${MOD}/nws + go fmt ${MOD} ${MOD}/client ${MOD}/nws ${MOD}/photon test: - go test ${MOD}/client ${MOD}/nws ${ARGS} + go test ${MOD}/client ${MOD}/nws ${MOD}/photon ${ARGS} .PHONY: test clean: -- cgit v1.2.3