mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-22 17:35:55 +03:00
4 lines
187 B
Makefile
4 lines
187 B
Makefile
embedded-deps-download:
|
|
test -d glib || git clone --depth=1 git://git.gnome.org/glib -b master glib
|
|
test -d libsoup || git clone --depth=1 git://git.gnome.org/libsoup -b master libsoup
|