Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim authored Jan 21, 2025
1 parent e3dc6e6 commit 4509a6d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ MAKE_BUILD_FLAGS ?= -j$(DEFAULT_JOBS)

.DEFAULT_GLOBAL := build

all: $(NIF_SO_REL)
build: $(NIF_SO_REL)
@ if [ "${CI}" = "true" ]; then \
file "$(NIF_SO)" ; \
fi
Expand All @@ -60,6 +60,9 @@ priv_dir:
mkdir -p "$(PRIV_DIR)" ; \
fi

# Used by Burrito
all: adbc

adbc: priv_dir
@ if [ ! -f "$(ADBC_DRIVER_COMMON_LIB)" ]; then \
mkdir -p "$(CMAKE_ADBC_BUILD_DIR)" && \
Expand Down

0 comments on commit 4509a6d

Please sign in to comment.