summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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: