amol- commented on a change in pull request #113:
URL: https://github.com/apache/arrow-cookbook/pull/113#discussion_r781362659



##########
File path: Makefile
##########
@@ -1,7 +1,7 @@
 all: html
 
 
-html: py r
+html: py r j

Review comment:
       You need too mark the target as `PHONY` to avoid having Make confuse it 
with a file or directory.
   See https://makefiletutorial.com/#phony

##########
File path: Makefile
##########
@@ -1,7 +1,7 @@
 all: html
 
 
-html: py r
+html: py r j

Review comment:
       You need to mark the target as `PHONY` to avoid having Make confuse it 
with a file or directory.
   See https://makefiletutorial.com/#phony




-- 
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