diff --git a/Makefile b/Makefile index c97fea2..a3e899d 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,9 @@ build: $(CLIENT_TARGETS) .PHONY: pack pack: pythagoras.tar.xz +.PHONY: test +test: client_test + .PHONY: clean clean: client_clean rm -rf __pycache__ diff --git a/client/index.html b/client/index.html index 554c142..1609fe9 100644 --- a/client/index.html +++ b/client/index.html @@ -7,6 +7,6 @@
- +