mirror of
https://github.com/CommonCoreOntology/CommonCoreOntologies.git
synced 2026-04-27 03:00:27 -04:00
robot download debug
This commit is contained in:
4
Makefile
4
Makefile
@@ -186,6 +186,10 @@ $(REQUIRED_DIRS):
|
||||
ROBOT_FILE := $(config.LIBRARY_DIR)/robot.jar
|
||||
$(ROBOT_FILE): | $(config.LIBRARY_DIR)
|
||||
curl -L -o $@ https://github.com/ontodev/robot/releases/download/v1.8.4/robot.jar
|
||||
@if [ ! -f "$@" ]; then \
|
||||
echo "Error: Unable to download robot.jar"; \
|
||||
exit 1; \
|
||||
fi
|
||||
|
||||
ROBOT := java -jar $(ROBOT_FILE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user