Skip to content

Commit

Permalink
Update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
saleyn committed Mar 23, 2024
1 parent dbb7d7a commit 77efa0b
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 @@ -32,7 +32,7 @@ test:
@$(REBAR) eunit

info:
@make -C c_src $@
@$(MAKE) -C c_src $@

test-debug:
@OPTIMIZE=0 $(REBAR) eunit
Expand Down

0 comments on commit 77efa0b

Please sign in to comment.