libfirm / cparser

C99 parser and frontend for libfirm
http://pp.ipd.kit.edu/firm
GNU General Public License v2.0
336 stars 38 forks source link

Change submodule libfirm git url to github #57

Closed laqieer closed 1 year ago

laqieer commented 3 years ago

It makes it easier to clone submodule.

catull commented 1 year ago

This can be simplified to

[submodule "libfirm"]
    path = libfirm
    url = ../libfirm.git

See the pull request https://github.com/libfirm/cparser/pull/60/files

This way, you can clone with https or ssh.

git clone -b fix-submodule-reference --recursive git@github.com:catull/cparser.git

or

git clone -b fix-submodule-reference --recursive https://github.com/catull/cparser.git