Skip to content

Commit

Permalink
Update Makefile to include make all (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
DnOberon authored Jan 21, 2025
1 parent 085e7f2 commit ccd2385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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

build: $(NIF_SO_REL)
all: $(NIF_SO_REL)
@ if [ "${CI}" = "true" ]; then \
file "$(NIF_SO)" ; \
fi
Expand Down

0 comments on commit ccd2385

Please sign in to comment.