We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b031980 + 4138865 commit 19b7294Copy full SHA for 19b7294
1 file changed
Makefile
@@ -74,7 +74,7 @@ setup:
74
75
# Download ROBOT JAR
76
ROBOT_FILE := $(config.LIBRARY_DIR)/robot.jar
77
-$(ROBOT_FILE): setup
+$(ROBOT_FILE): | $(config.LIBRARY_DIR)
78
curl -L -o $@ https://github.com/ontodev/robot/releases/download/v1.8.4/robot.jar
79
chmod +x $@
80
0 commit comments