We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 570332c commit a340fb9Copy full SHA for a340fb9
1 file changed
Makefile
@@ -12,9 +12,10 @@ ENV_FILE := .env
12
13
PROJECT_PATH = $(shell pwd)
14
AIRFLOW_INFRA_FOLDER ?= ${PROJECT_PATH}/.airflow
15
-RML_MAPPER_PATH = ${PROJECT_PATH}/.rmlmapper/rmlmapper.jar
16
-XML_PROCESSOR_PATH = ${PROJECT_PATH}/.saxon/saxon-he-10.9.jar
17
-LIMES_ALIGNMENT_PATH = $(PROJECT_PATH)/.limes/limes.jar
+LIBRARIES_PATH = ${PROJECT_PATH}/libraries
+RML_MAPPER_PATH = ${LIBRARIES_PATH}/.rmlmapper/rmlmapper.jar
+XML_PROCESSOR_PATH = ${LIBRARIES_PATH}/.saxon/saxon-he-10.9.jar
18
+LIMES_ALIGNMENT_PATH = $(LIBRARIES_PATH)/.limes/limes.jar
19
HOSTNAME = $(shell hostname)
20
CAROOT = $(shell pwd)/infra/traefik/certs
21
0 commit comments