https://github.com/littlekernel/lk-splitrepo-example
example of using the lk split repository feature
https://github.com/littlekernel/lk-splitrepo-example
Last synced: 9 months ago
JSON representation
example of using the lk split repository feature
- Host: GitHub
- URL: https://github.com/littlekernel/lk-splitrepo-example
- Owner: littlekernel
- Created: 2015-09-02T18:28:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-18T22:49:14.000Z (about 10 years ago)
- Last Synced: 2025-04-09T22:43:36.697Z (12 months ago)
- Language: C
- Size: 3.91 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This repository holds an example project of the lk split repo feature.
This allows you to develop modules for lk external to the lk directory, but from
a build system point of view unioned with lk.
Initialize the git submodules for this to work with:
git submodule init
git submodule update