Skip to content

Commit 19b7294

Browse files
authored
Merge pull request #585 from swartik/583-dont-hardware-robot-retrieval
Modified Makefile to download robot.jar selectively
2 parents b031980 + 4138865 commit 19b7294

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ setup:
7474

7575
# Download ROBOT JAR
7676
ROBOT_FILE := $(config.LIBRARY_DIR)/robot.jar
77-
$(ROBOT_FILE): setup
77+
$(ROBOT_FILE): | $(config.LIBRARY_DIR)
7878
curl -L -o $@ https://github.com/ontodev/robot/releases/download/v1.8.4/robot.jar
7979
chmod +x $@
8080

0 commit comments

Comments
 (0)