Skip to content

Commit

Permalink
Don't consider submodule mlang-deps by default
Browse files Browse the repository at this point in the history
  • Loading branch information
noeensarguet committed Apr 12, 2024
1 parent 2f82b8a commit 4e40d0b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions makefiles/mlang.mk
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ ifeq ($(call is_in,),)
$(call make_in,,$@)
else
opam install . --deps-only
git submodule update --init
git submodule init ir-calcul
git submodule update ir-calcul
endif

init: FORCE create-switch init-without-switch
Expand All @@ -30,7 +31,7 @@ ifeq ($(call is_in,),)
$(call make_in,,$@)
else
opam switch reinstall --deps-only
git submodule update
git submodule update ir-calcul
endif

##################################################
Expand Down

0 comments on commit 4e40d0b

Please sign in to comment.