ableos/sysdata/programs/dev/README.md

14 lines
361 B
Markdown
Raw Normal View History

2024-04-25 04:08:34 +00:00
# Dev
Dev is a (currently) hypothetical tool meant to be used to ease development and compilation on ableOS.
## Usage
A `meta.toml` file must be in the project root. A `src` folder and a `lib` folder must exist.
Binaries should be put into a folder named `bin`.
```
bin/
lib/
src/
```
The folders `lib/` and `bin/` should both be left out of source tracking.