summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorsiddharth ravikumar <s@ricketyspace.net>2022-05-28 03:59:57 -0400
committersiddharth ravikumar <s@ricketyspace.net>2022-05-28 03:59:57 -0400
commit5605f78daca7db0bb4c22d28a9286c01cc4da0da (patch)
tree127f215b187a9098ad79f38422829e6bc61b8fa4 /Makefile
parent45a802e845f19c2934141df77e8ab82c21a41109 (diff)
peach: add photon package
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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: