diff --git a/.gitmodules b/.gitmodules index 2437769..bd1e979 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "robtk"] path = robtk - url = git://github.com/x42/robtk + url = https://github.com/x42/robtk.git diff --git a/Makefile.git b/Makefile.git index 4d17e68..3f548be 100644 --- a/Makefile.git +++ b/Makefile.git @@ -15,6 +15,7 @@ submodule_check: git submodule status \ | grep -q "^-" \ && $(MAKE) submodules || true + @-test -d .git -a .gitmodules && git submodule sync @-test -d .git -a .gitmodules && \ git submodule status \ | grep -q "^+" \ diff --git a/README.md b/README.md index d60209d..0b7b126 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Compiling fil4 requires the LV2 SDK, jack-headers, gnu-make, a c++-compiler, libpango, libcairo and openGL (sometimes called: glu, glx, mesa). ```bash - git clone git://github.com/x42/fil4.lv2.git + git clone https://github.com/x42/fil4.lv2.git cd fil4.lv2 make submodules make