Skip to content

Commit a340fb9

Browse files
committed
fix!: Update Makefile to set currectly libraries path
1 parent 570332c commit a340fb9

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Makefile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ ENV_FILE := .env
1212

1313
PROJECT_PATH = $(shell pwd)
1414
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
15+
LIBRARIES_PATH = ${PROJECT_PATH}/libraries
16+
RML_MAPPER_PATH = ${LIBRARIES_PATH}/.rmlmapper/rmlmapper.jar
17+
XML_PROCESSOR_PATH = ${LIBRARIES_PATH}/.saxon/saxon-he-10.9.jar
18+
LIMES_ALIGNMENT_PATH = $(LIBRARIES_PATH)/.limes/limes.jar
1819
HOSTNAME = $(shell hostname)
1920
CAROOT = $(shell pwd)/infra/traefik/certs
2021

0 commit comments

Comments
 (0)