jbampton commented on code in PR #2771:
URL: https://github.com/apache/sedona/pull/2771#discussion_r2967000039


##########
Makefile:
##########
@@ -18,7 +18,7 @@
 PYTHON := $(shell command -v python || command -v python3 || echo python)
 PIP := $(PYTHON) -m pip
 
-.PHONY: check checkinstall checkupdate install docsinstall docsbuild clean 
run-docs
+.PHONY: check checkinstall checkupdate install docsinstall docsbuild 
genfavicons clean run-docs

Review Comment:
   ```suggestion
   .PHONY: check checkinstall checkupdate install docsinstall genfavicons 
docsbuild clean run-docs
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to