Skip to content

Commit 5d5313a

Browse files
committed
Fix makefile
1 parent 89baa1b commit 5d5313a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: iex deps test clean compile
1+
.PHONY: iex deps test clean compile-native
22

33
BREW_PREFIX := $(shell brew --prefix)
44
ERLANG_INCLUDES = $(BREW_PREFIX)/Cellar/erlang/26.0.2/lib/erlang/usr/include/
@@ -30,5 +30,5 @@ deps:
3030
mix deps.get
3131

3232
# Run tests
33-
test: compile
33+
test: compile-native
3434
mix test

0 commit comments

Comments
 (0)